3 Replies Latest reply on Sep 23, 2002 2:04 AM by ndtemporary

    How to run both Jboss and Tomcat

    mkithany

      Hi JBosses,

      I have installed JBoss bundled with Tomcat Catalina.

      I was just wondering do I have to start both of them separetely or just start jboss (/jboss/bin/run.sh) which will automatically start Tomcat.

      If I have to start both separetely then what is the proper sequence - should I start JBoss first and then Tomcat or should I start Tomcat first and then Jboss

      Any related information is appreciated.

      THANKS.

      Manoj G. Kithany

        • 1. Re: How to run both Jboss and Tomcat

          In 2.x use run_with_catalina.sh
          In 3.x just use run.sh

          You will then have tomcat running embedded within jboss.
          All deployments go in jboss's deployment directory,
          NOT tomcat's webapps.

          JBoss does not read tomcat's server.xml

          For 2.x the config is in jboss.jcml
          For 3.x the config is in tomcat4-service.xml

          Regards,
          Adrian

          • 2. Re: How to run both Jboss and Tomcat
            mkithany

            Hi Mr. Adrian Brock (aka warjort),

            THANKS a lot for your information. Really appreciate that.

            Manoj G. Kithany

            • 3. do i have to edit the xml file???
              ndtemporary

              do i have to edit the tomcat4-service.xml for the context paths? i tried adding the context paths similar to the tomcat server.xml but i cant seem to view the html/jsp in the internet explorer. where should i place the html/jsp? is it still in the deploy folder?


              thanks!!!