I added <init-param> for keepgenerated with a value of true that is default value according to spec for servlet <servlet-name>jsp</servlet-name> in CATALINA_HOME/conf/web.xml.
But the generated JSP servlet is not available in work directory. Can anybody explain what I’m doing wrong?
Here’s a cite from Tomcat 7’s Jasper documentation:
So, it defaults to true. If you didn’t explicitly set it to
false, then there are several possible causes for this particular problem: