You can deploy your WAR in exploded format
http://wiki.jboss.org/wiki/en/ExplodedDeployment.
Then whenever you change something in the WAR, just "touch" the web.xml so that
the server redeploys your application. See this for more details
http://wiki.jboss.org/wiki/RedeployAnApplicationWhenChangeAFileInAnExplod....
Server restart is not required.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146496#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...