You can package all those 3 deployments in a single EAR and deploy it. Your EAR would then
look like:
myapp.ear
| |
| |--- META-INF
| | |
| | |--- application.xml
| |
| |--- myapp-one.jar
| |
| |--- myapp-two.jar
| |
| |--- myapp.war
|
|
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240041#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...