LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   tomcat6+httpd issue (https://www.linuxquestions.org/questions/linux-server-73/tomcat6-httpd-issue-594554/)

nileshgr 10-25-2007 11:47 AM

tomcat6+httpd issue
 
httpd 2.2.6
PHP 5.2.4
Python
Perl

downloaded tomcat6.

runs well on http://localhost:8080

httpd using mod_proxy and mod_proxy_ajp

the ajp one, points requests to /tomcat/ to localhost:8009/tomcat/

It works coz AJP port is 8009.

now, .jsp files are in /tomcat_6/webapps/ROOT

I want httpd to serve .jsp files using tomcat placed in /home/httpd/html (or any httpd directory)

How to do it ?

Does it require mod_jk or mod_proxy_ajp is enough ?

Arwkin 10-25-2007 01:09 PM

Quote:

Originally Posted by nilesh.3892 (Post 2936588)
I want httpd to serve .jsp files using tomcat placed in /home/httpd/html (or any httpd directory)

How to do it ?

Does it require mod_jk or mod_proxy_ajp is enough ?


If I understand your question, then you will need mod_jk. Have you looked here?: http://tomcat.apache.org/connectors-doc/


All times are GMT -5. The time now is 01:39 AM.