I'm using JBOss 7.1.3.AS with Java 7. It is not an option to upgrade at this time. I notice that when our .jsp files get converted into .class files, they are placed here
$JBOSS_HOME/standalone/tmp/work/jboss.web/default-host
How do we force all the .class files to be removed upon deploying our application (we would like these files re-generated)? We deploy by running
touch $JBOSS_HOME/standalone/deployments/myapp.dodeploy
but we're open to another method if it solves the problem IL mention above.