Posted By:
Becky_Givner
Posted On:
Thursday, January 31, 2002 07:13 AM
I am trying to set up Tomcat 4 to run with Apache 1.3 on Linux, using mod_webapp to forward requests from Apache to Tomcat. My problem is that my servlets are running on port 8080 and I want them to run on port 80. (Static pages are coming up fine on port 80.) I followed the documentation at jakarta.apache.org/tomcat and here: Making Tomcat Work with Apache I created a project "myapp" and I used ant to build and deploy my project, that is, copy it to the CATALINA_HOME/webapps directory Do I need to modify the RewriteEngine settings in httpd.conf? Is there some Context setting that I am missing? Do
More>>
I am trying to set up Tomcat 4 to run with Apache 1.3 on Linux, using mod_webapp to forward requests from Apache to Tomcat.
My problem is that my servlets are running on port 8080 and I want them to run on port 80. (Static pages are coming up fine on port 80.)
I followed the documentation at
jakarta.apache.org/tomcat
and here:
Making Tomcat Work with Apache
I created a project "myapp" and I used ant to build and deploy my project, that is, copy it to the CATALINA_HOME/webapps directory
Do I need to modify the RewriteEngine settings in httpd.conf?
Is there some Context setting that I am missing?
Do I need to add another Host to server.xml? There are two Services, "Tomcat-Standalone" and "Tomcat-Apache", but there is no Host under "Tomcat-Apache" even though the documentation says that at least one Host is required per Engine element.
<<Less