tomcat6+httpd issue

Status
Not open for further replies.

nileshgr

Wise Old Owl
httpd 2.2.6
PHP 5.2.4
Python
Perl

downloaded tomcat6.

runs well on *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 ?
 
Status
Not open for further replies.
Top Bottom