If i am not wrong, what you are looking for, is a way to deploy your war file in an
exploded form. Isnt this what you want? If thats the case, have a look at:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment
In short, you will have to create a folder in the %JBOSS_HOME%/server/default/deploy named
someName.war (someName can be your application name) and place the contents of your
application in that war folder.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980603#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...