This content has been marked as final.
Show 1 reply
-
1. Re: JBoss auto refresh
mask90 Oct 26, 2011 6:06 AM (in response to jenni)Firstly, do you still use eclipse along with jboss?...
If yes...then DeleteWorkDirOnContextDestroy setting in $JBOSS/server/default/deploy/jboss-web.deployer/META-INF/jboss-service.xml may be what you are looking for. It is false by default, but setting it to true may be what you need. I think this should delete the JSPs' class files on redeploy so that they get recreated upon first access of each JSP.
Let me know if that works for you....
Hope it helps !!