4 Replies Latest reply on Oct 4, 2002 6:29 PM by adrian.brock

    Multiple application with same classes

    aaime

      I have several version of an application,
      a base version and some customized ones
      that use the same ejbs but unfortunately
      these ejb's have different sources (same
      name, different code). How can I make
      them run on the same JBoss instance without
      clashes? Is it sufficient to assign different
      JNDI names to the ejbs? As of now I am
      running three JBoss instances but this approach
      is cumbersome and doesn't scale... (I have changed
      the JNDI and tomcat ports so that I can run
      them in parallel)