Appengine not liking my .jspx files
- by Hans Westerbeek
I have a little app that runs fine on local dev appengine, but appengine itself is not processing my .jspx files.
The jspx files are in WEB-INF so they should not be excluded by appengine (as a static resource)
I am using Apache Tiles to define my views.
So the html produced looks like this:
<html
…