I have been trying out Google App Engine for Java in Hosted mode
and ran into something I hope someone can shed some light on. I'm
using JSP pages and when a JSP page generates an error ( either
compilation or runtime ) the error message displayed contains
reference to the line number in the compiled servlet not the jsp
source. For example, the following error is displayed for a simple
invalid tag <% abc %>:
Unable to compile class for JSP
Generated servlet error:
[javac] C:\DOCUME~1\username\LOCALS~1\Temp
\Jetty_0_0_0_0_8080_war____ut4fm1\jsp\org\apache\jsp\index_jsp.java:
53: ';' expected
Is there a way to get the GAE hosted mode server to display JSP
source line level error messages?
Any help would be much appreciated.
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---