aspose file tools
The moose likes Tomcat and the fly likes Where are the .class files of the jsps stored in tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Where are the .class files of the jsps stored in tomcat" Watch "Where are the .class files of the jsps stored in tomcat" New topic
Author

Where are the .class files of the jsps stored in tomcat

Amar kon
Greenhorn

Joined: Mar 30, 2006
Posts: 10
Suppose i write a jsp index.jsp, the container converts it into index_jsp.java and then into index_jsp.class. Can anyone tell me where is this class file stored in tomcat directory structure. And also i would like to know what environmental variables are to be set for the jsps to run.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
A quick file search for "index_jsp.java" would have told you that the files are in the top-level "work" directory. No environment variables need to be set for using JSP.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Where are the .class files of the jsps stored in tomcat
 
Similar Threads
Generated Servlet class of a jsp.
Tomcat 6 and jsps
"/tags/struts-logic" not found
Tomcat can not find my first JSP
Tomcat alone vs Apache/Tomcat