Compilation in JSP -


During the compilation of a JSP file, it will be converted to a .java file for the first time. Loaded by the container to request I want to know where the container has changed. Class file

If you are using Tomcat, then this task The directory will be:

  working in the template catalina localhost webappName / context java package directory xyz.java  

Comments