2 Replies Latest reply on May 8, 2003 6:54 AM by danielagatt

    Start up 1 instance of JBoss 3.0 with 2 instances of Tomcat

    danielagatt

      Is it at all possible to start up JBoss with 2 instances of tomcat on separate ports or must there be 2 instances of JBoss to do this? I need 1 tomcat instance to use jdk1.4 and the other jdk1.3.1.

        • 1. Re: Start up 1 instance of JBoss 3.0 with 2 instances of Tom
          jonlee

          It is possible to do this but at least one of your Tomcat instances will need to be a standalone version - download it from the Tomcat site.

          You will also need to do more work, such as making the JBoss client libraries available to the standalone Tomcat version - i.e. putting the libraries in the Tomcat shared/lib directory. To connect to JBoss EJBs, you will need to configure the JNDI initial context for your web application as you would if you were a remote client to the EJBs. You will also need the client JARs for your EJBs in a place where your web applications can reference them - either in the WAR on in the shared/lib directory.

          • 2. Re: Start up 1 instance of JBoss 3.0 with 2 instances of Tom
            danielagatt

            ok thks for yr quick responses