LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Running tomcat with apache? (https://www.linuxquestions.org/questions/linux-server-73/running-tomcat-with-apache-520092/)

namgayp 01-17-2007 05:04 AM

Running tomcat with apache?
 
I am new to linux, apache and tomcat.
I have apache 2.0.52 running on port 80 and tomcat 4.1 running on port 8080 in the same linux box. I have my default webpage running on tomcat. I just want to know how to configure tomcat and apache such that all the request to my web site(www.xxxxxxxxx.com) gets directed to the web page on tomcat without having to put in the port number :8080(www.xxxxxxxxx.com:8080) after the web address.So browssing for www.xxxxxxxxx.com would take me to the web page i am running on tomcat.

bathory 01-17-2007 05:41 AM

You can take a look at this howto. It's written for tomcat5 but it applies to tomcat4 also. All you have to do is to install mod_jk and configure it along with some changes to tomcat and apache configurations.

Regards


All times are GMT -5. The time now is 11:08 PM.