Re: Compiling JSP Pages on Startup

2007-02-22 Thread David Delbecq
Look at lambda probe (an amdinistration webapp for tomcat), it has a menu to compile JSPs. If it does not fit your needs, i suppose you can still rip this code part and reuse it in a listener :) [EMAIL PROTECTED] a écrit : > All, > > Is there a known way to have Tomcat Compile JSP pages upon st

Compiling JSP Pages on Startup

2007-02-22 Thread aanter
All, Is there a known way to have Tomcat Compile JSP pages upon startup instead of pre-compiling and or waiting for the first page access? Resin has a facility like this using JspPrecompileListener. I see nothing like this in Tomcat.Has anyone ever attempted this? If not where would the en