2 Replies Latest reply on Feb 26, 2002 7:14 AM by adrian.brock

    Where's the Real Tomcat

    ccm682

      I want to use Apache Tomcat like it was meant to be used, complete with virtual hosts via server.xml in the conf directory and not as a crippled servlet container. How do I go about doing this??

        • 1. Re: Where's the Real Tomcat

          Download Tomcat.
          JBoss/Tomcat comes with a complete Tomcat distrubution.

          Start jboss with jboss/bin/run.sh(run.bat)
          Start tomcat with catalina/startup.bat(startup.sh)

          Then configure Tomcat like you would any other ejb
          client.
          You will need to put some of the jars from jboss/client
          in tomcat. I think you add them to catalina/common/lib?
          NOTE: I've done this myself.

          You can't use an ear. You will have to deploy
          your ejbs to jboss and wars to tomcat.
          This means you need to remove jboss/deploy/tomcat-test.ear

          Regards,
          Adrian

          • 2. Re: Where's the Real Tomcat

            That should read
            I've NOT done this myself :-)

            Regards,
            Adrian