9 Replies Latest reply on Apr 16, 2002 4:49 PM by jules_gosnell

    Deploying 2 Almost Identifical Ear Files

      Hi All,

      I'm trying to deploy 2 ear files that are identical except that JNDI names, the connection pool names, and the war file contexts have been updated so they are different for each ear file. I also made sure I don't have any static class/method/variable conflicts between the 2 ear files. When I deploy however, web app 2 is using web app 1's servlets. It seems like I should be able to deploy the same servlet in 2 different ear files and not have a conflict but this doesn't appear to be the case. I'm using JBoss 3.0/Jetty Beta on Linux. Any help in this matter would be appreciated.
      What I would like to be able to do is deploy the same ear file 2 or more times on 1 computer with minimal changes.

      Danny