You could deploy an exploded ear file. See
http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment
In addition, you do not need to define application.home, you can instead use the
jboss.server.home.dir system property and add the /deploy to it:
String deployDir = System.getProperty("jboss.server.home.dir") +
"/deploy";
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026467#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...