If we can compile the Tomcat / Jasper JSP using the ANT task, is it better to send a WAR with precompiled JSPs as class files rather than the JSPs themselves?
Therefore, we are not related to the compilation problems of the Weblogic / Webshere JSP. All they get is cool files.
I think this will require the jsp servlet to have to be disabled somehow. And the Spring / Struts servlet must be enabled to handle the jsp extension.
What do you think? And the more often this is done in other production environments?
source
share