RE: Precompiled JSPs after Tomcat restart

2006-09-27 Thread Frank Niedermann
MatrixOne. Changing every JSP would generate huge problems with them. The idea with lynx is nice, combined with a find command would this be a good solution :-) Frank -- View this message in context: http://www.nabble.com/Precompiled-JSPs-after-Tomcat-restart-tf2303735.html#a6523601 Sent from

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
://www.nabble.com/Precompiled-JSPs-after-Tomcat-restart-tf2303735.html#a6482813 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Precompiled JSPs after Tomcat restart

2006-09-25 Thread Frank Niedermann
: http://www.nabble.com/Precompiled-JSPs-after-Tomcat-restart-tf2303735.html#a6483314 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

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

Precompiled JSPs after Tomcat restart

2006-09-20 Thread Frank Niedermann
Hello, is it right that Tomcat stores all compiled JSP sites in Tomcat5\work\Catalina\localhost\application\org\apache\jsp? 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 compiled again at first access to

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