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 > tag. Something like: > > MyServlet > /jsp/MyPage.jsp > 1 > > How will this preload all JSPs? Or do I have to add a realm for every JSP I want to precompile? > Failing that, you might want t

RE: Precompiled JSPs after Tomcat restart

2006-09-26 Thread Tracy Nelson
Tracy Nelson / Nelnet Business Solutions 402 / 617-9449 | -Original Message- | From: Frank Niedermann [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 26 September, 2006 00:50 | To: users@tomcat.apache.org | Subject: RE: Precompiled JSPs after Tomcat restart | | | Tracy, | | thanks for cla

RE: Precompiled JSPs after Tomcat restart

2006-09-25 Thread Frank Niedermann
cached. > > --- > 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 Tomca

RE: Precompiled JSPs after Tomcat restart

2006-09-25 Thread Tracy Nelson
ssage- | 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 the .java and .class files in a new sample application. | | I still don't understa

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

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

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 be