about java, spring, android, app performance and architecture
Sunday, 25 January 2015
Disable jsp compilation on Tomcat
For performance reasons it could be useful to disable jsp compilation (in runtime), and do pre-compilation. In tomcat you can disable it in the tomcat\conf\web.xml, see line with org.apache.jasper.servlet.JspServlet.
No comments:
Post a Comment