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.
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.