RE: Precompiled JSPs after Tomcat restart

2006-09-27 Thread Frank Niedermann
Tracy Nelson-2 wrote: You might be able to preload all your JSPs by using the load-on-startup tag. Something like: servlet servlet-nameMyServlet/servlet-name jsp-file/jsp/MyPage.jsp/jsp-file load-on-startup1/load-on-startup /servlet How will this preload all JSPs? Or do

RE: Precompiled JSPs after Tomcat restart

2006-09-26 Thread Tracy Nelson
/ Nelnet Business Solutions | 402 / 617-9449 | | | -Original Message- | | From: Frank Niedermann [mailto:[EMAIL PROTECTED] | | Sent: Monday, 25 September, 2006 04:48 | | To: users@tomcat.apache.org | | Subject: Re: Precompiled JSPs after Tomcat restart | | | | | | I've found

Re: Precompiled JSPs after Tomcat restart

2006-09-25 Thread Frank Niedermann
JSP lifecycle documentation tells me that there should be .java files named _0002fpageName_jsp.java. I don't have such files (no java files at all). I did a brand new Tomcat installation and executed one JSP example but there is only a tldCache.ser file in work\Catalina\ localhost\jsp-examples.

Re: Precompiled JSPs after Tomcat restart

2006-09-25 Thread Frank Niedermann
I've found the .java and .class files in a new sample application. I still don't understand if the compiled class files are used after Tomcat restart or if the JSP files will get compiled again. I'm asking because my application (Matrix from MatrixOne) is very slow after restarting Tomcat.

RE: Precompiled JSPs after Tomcat restart

2006-09-25 Thread Tracy Nelson
[mailto:[EMAIL PROTECTED] | Sent: Monday, 25 September, 2006 04:48 | To: users@tomcat.apache.org | Subject: Re: Precompiled JSPs after Tomcat restart | | | I've found the .java and .class files in a new sample application. | | I still don't understand if the compiled class files are used after

RE: Precompiled JSPs after Tomcat restart

2006-09-25 Thread Frank Niedermann
: Frank Niedermann [mailto:[EMAIL PROTECTED] | Sent: Monday, 25 September, 2006 04:48 | To: users@tomcat.apache.org | Subject: Re: Precompiled JSPs after Tomcat restart | | | I've found the .java and .class files in a new sample application. | | I still don't understand if the compiled

Re: Precompiled JSPs after Tomcat restart

2006-09-20 Thread Michael Zoller
Frank Niedermann wrote: Hello, is it right that Tomcat stores all compiled JSP sites in Tomcat5\work\Catalina\localhost\application\org\apache\jsp? yes. After a restart of Tomcat I still see all the .class files in above mentioned directory, does that mean that these files do not have to

Re: Precompiled JSPs after Tomcat restart

2006-09-20 Thread Santosh Puranshettiwar
Google for JSP lifycyle to know more. Santosh. Michael Zoller wrote: Frank Niedermann wrote: Hello, is it right that Tomcat stores all compiled JSP sites in Tomcat5\work\Catalina\localhost\application\org\apache\jsp? yes. After a restart of Tomcat I still see all the .class files in