In tomcat6, where does tomcat put the generasted java file for a JSP file?
java.lang.NullPointerException at org.apache.jsp.xxx.yyy.view_jsp._jspService(view_jsp.java:164)
In tomcat6, where does tomcat put the generasted java file for a JSP file?
java.lang.NullPointerException at org.apache.jsp.xxx.yyy.view_jsp._jspService(view_jsp.java:164)
They're kept under Tomcat's work
directory, e.g.
work/Catalina/localhost/_/org/apache/jsp/login_jsp.java
The specifics of the path my vary, from version to version, but it's always under work