2 Replies Latest reply on Dec 2, 2004 1:01 AM by mduffy_lists

    Integrate Tomcat and JBoss

    mduffy_lists

      Somewhere in the JBoss documentation there must be simple step by step guidelines on integrating Tomcat and JBoss.

      Can anyone point me in the right direction?

      JBoss Admin Development Guide, Chapter 9. Integrating Servlet Containers, seems like it should have the right information, but it does not.

      Basically, I just want to drop a war file in the right directory in JBoss and run the application. Why is this so hard?

        • 1. Re: Integrate Tomcat and JBoss
          darranl

          Simple instructions: -

          Download the latest production release of JBoss.
          Unzip it.

          Done, you now have JBoss with an integrated Tomcat.

          After making sure that the JAVA_HOME env variable is set and pointing to a JDK you can start JBoss.

          Drop your war in server/default/deploy and it will be deployed.

          • 2. Re: Integrate Tomcat and JBoss
            mduffy_lists

            Does this mean that every time I want to change a jsp I have to create the entire war file and redploy?

            Is there anything in JBoss that corresponds to the Tomcat webapp directory?

            Thx.

            Mike