1 Reply Latest reply on Dec 25, 2001 5:50 PM by ecowalker

    Apache with Tomcat 4.0.1

    gjz2222


      Does anyone have an example of an Apache config file that is set up to work with Tomcat version 4.0.1? I am having trouble setting it up with the documentation given, and we have a very urgent need to do so.

      Basically, I have a <VirtualHost...> setup where the webapp for each virtual host is the root of the host.

      Thanks for any help given,

      Gabe

        • 1. Re: Apache with Tomcat 4.0.1
          ecowalker

          I just follow the mod_webapp documentation add the following in httpd.conf
          LoadModule webapp_module libexec/mod_webapp.so
          AddModule mod_webapp.c
          WebAppConnection conn warp localhost:8008
          WebAppDeploy examples conn /examples
          WebAppInfo /webapp-info

          I found that when running the tomcat 4.0.1 solely (Apache+Tomcat4.0.1). It works. However, when I running the tomcat with jboss (Apache+Jboss 2.4.4+Tomcat 4.0.1)
          (run_with_catalina.sh). It won't work. The port 8008 for the connector is not listening.