Mantain JSP cache on context destroy when stop application

Posted on

Hi everyone,

I have an application deployed in Jboss EAP 7.2. In this enviroment there is not equivalent configuration for JBoss 6.4 "org.jboss.as.web.deployment.DELETE_WORK_DIR_ONCONTEXTDESTROY" property, so in each stop of my application, my JSP cache under /myapp/tmp/myapp.war is deleted.

I need to keep this .java and .class files for perfonrmance reasons.

Can someone help us or have the same problem?

Attachments

Responses