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