In a production environment in which JSPs do not change frequently, I'd like to reduce the overhead of checking for JSP recompiles, assuming that such checks are in fact costly, and instruct Tomcat to recompile a given JSP should it change. In our environment, the JSP is written out by our web app.

I noted the page.jsp?jsp_precompile=true type of option, but this seems to have no effect if Tomcat's web.xml sets the JspServlet param development=false.

Thanks,
David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to