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.
0 comments:
Post a Comment