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

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -