1 Reply Latest reply on Dec 11, 2002 9:57 PM by adrian.brock

    Multiple instances of the same application in JBoss.

    -=victor=-

      Hi, I wonder if it's possible to deploy two separate instances of the application on the same server. Lets say, I have application with single session bean. Before deploying I change its jndi and ejb name. One application works fine. ...however, when I deploy the second instance (same class names, but all different .jar/.ear file names, jndi, ejb names) - it uses the beans of the first application (there are small changes in the source code so that I see the difference).

      So, is there something else to change, or JBoss doesn't let to have beans with the same class and package name simultaneously deployed on the same server?

      Thanks,
      appreciate any ideas