Data AccessCore JavaApp FrameworksViewTestingBuildingDeploymentDev ToolsSecurityOpinions

Sunday, October 18, 2009

Forcing a JSP to recompile

You can force Tomcat to recompile a jsp from any web brower by making a request to:

http://hostname/path/yourPage.jsp?jsp_precompile=true

The jsp_recompile parameter in the request will force the request to compile the page and load it into the ClassLoader. This is only true if you are jsps are outside of the WEB-INF folder.

5 comments: