[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple instances of same application in JBOSS

2008-12-02 Thread Kooper
Yes, I have two ears with same application, for example Myapp.ear and Myapp1.ear Ear has the structure: | lib dir | Meta-inf dir | myapp-ejb.jar | myapp.jar | myapp.war | I have application.xml in myapp.ear/meta-in: | | | ?xml version=1.0 encoding=UTF-8? | | application

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple instances of same application in JBOSS

2008-12-02 Thread jaikiran
Can you post the configuration files for both these applicaitons? I guess you are deploying EARs, right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193675#4193675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193675

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple instances of same application in JBOSS

2008-12-02 Thread jaikiran
Are you including the same jboss-app.xml in the META-INF of both the EARs? If yes, then you need to change it to make them unique. Here's an example: For ear1: | ?xml version=1.0? | jboss-app | loader-repositorymyapp.com:archive=MyAppOne/loader-repository | /jboss-app