Re: Keep generated jsp - servlet

2003-03-25 Thread John Turner
All of the Java source for compiled JSPs is kept in Tomcat's work directory, by virtual host name, then by JSP name. Run the JSP once, then look in the work directory to see the Java source. It will stay there until either the JSP source changes, or Tomcat is restarted and the work directory

Re: Keep generated jsp - servlet

2003-03-25 Thread Matthew Oatham
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 2:12 PM Subject: Re: Keep generated jsp - servlet All of the Java source for compiled JSPs is kept in Tomcat's work directory, by virtual host name, then by JSP name. Run the JSP once, then look in the work directory to see

Keep generated jsp - servlet

2003-03-25 Thread Matthew Oatham
Hi, Is there an option I can set to keep the java src generated from the runtime compilation of jsp's. I want to compare these with those that jspc produce when pre compiling. When running some pre complied jsp's (CLASS files) I get the error: # HotSpot Virtual Machine Error, Internal Error #