RE: where to find the translated java class from JSP.

2000-12-29 Thread Randy Layman
Tomcat puts the .java (and .class files) in the work directory for your context. For my default its in jakarta-tomcat/work/localhost_8080. Each file is a munged version name of the jsp file and directory path. Randy -Original Message- From: xdyang xd [mailto:[EMAIL

RE: where to find the translated java class from JSP.

2000-12-29 Thread Ed Gomolka
Look in the $TOMCAT_HOME/work. You will find subdirectories for each webapp. For example, if you are running Tomcat on port 8080 as per the default, you will find a subdirectory for the delivered examples, called "localhost_8080%2Fexamples". You will find the Java source and class files from the