3 Replies Latest reply on Nov 1, 2003 12:31 PM by juha

    problems with multi jboss server architecture

    wodi

      Hi

      I noticed that` s not possible to connect from a Jboss 3.0.X to a Jboss 3.2 server with

      InitialConetxt ctx = new InitialContext(props);
      MyHomClass home =
      (MyHomeClass)ctx.lookup(MyHomeClass.JNDI_NAME);

      I got also problems with Jboss 3.0.4 and 3.0.8 servers!

      Which design/interface should I use to create following scenario
      with running applications on

      JBoss 3.0.X client / server)
      JBoss 3.2 ( client /server)
      Apache/Tomcat ( client only)
      Java Apps (client only)

      Each client must be capable to access each server.

      Tahnks in advance Wolfram