This question has been asked wrt Tomcat servers, but I would like to know with Google App Engine for Java where the JSP generated Java class files are being stored.
I need to know because I'm having no problems compiling my JSP files, both locally and when deployed, but am getting an NPE on line XX of the generated Index_jsp.java
when I try to access the page.
Here's the Error:
WARNING: /
java.lang.NullPointerException
at org.apache.jsp.Index_jsp._jspService(Index_jsp.java:75)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
Thanks.