In tomcat6, where does tomcat put the generated java file for the JSP file?
an exception:
java.lang.NullPointerException at org.apache.jsp.xxx.yyy.view_jsp._jspService(view_jsp.java:164)
They are stored in the Tomcat directory work, for example.
work
work/Catalina/localhost/_/org/apache/jsp/login_jsp.java
The specificity of the my path varies from version to version, but always under work
look ${TOMCAT_HOME}/work/Catalina/<HOST>/....
${TOMCAT_HOME}/work/Catalina/<HOST>/....
If you made tomcat server in eclipse, this is a good place to view ...
Try the following:
<your-workspace-dir>\\.metadata\\.plugins\\org.eclipse.wst.server.core\\tmp0\\work\\Catalina
Source: https://habr.com/ru/post/1723550/More articles:Python threads not starting in C ++ Application Embedded Interpreter - pythonCustom Salesforce Objects - salesforceВиджет выпадающего меню Javascript - javascriptCan I select some (not all) elements in an array and shuffle them in PHP? - functionJava: Prim with a bunch of Fibonacci? (JGraphT) - javaEmacs: disable line truncation in minibuffer only - emacsAccess ceiling function - mathpython reload function and syntactically incorrect module - pythonHow to write a master data predicate for filtering for certain types of sub-entities? - cocoaiPhone SDK: Custom Video Player Controls - iosAll Articles