that is exactly why I strongly prefer ear folder instead of ear file. I found out that I had to redeploy every time I changed something during development. Is there anyway that I can change back to ear folder?
I keep getting "....couldn't delete corrupt xxx.ear in .../deploy " error message if I try to redeploy if I place ear folder under deploy dir.
Main Topics
Browse All Topics





by: ProtuhjPosted on 2009-09-17 at 04:34:05ID: 25354837
As far as I know, there are not any differences between using an ear folder (exploded) and an ear file.
In my experiences, I have found that using an exploded deployment makes it harder to hot deploy during development (some files do not get replaced/released by JBOSS on redeploy).