If you create your ear file by first gathering all of the necessary files into one
location and then creating an ear from that directory, all you need to do its copy that
directory to the deploy directory. Note that the directory must have a .ear extension.
For example, if your ear file is named myapp.ear and it contains webui.war, someejbs.jar
and the application.xml file, you would have the following files when you deploy
exploded:
server/xxx/deploy/myapp.ear/someejbs.jar
server/xxx/deploy/myapp.ear/webui.war
server/xxx/deploy/myapp.ear/META-INF/application.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026525#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...