Results 1 to 1 of 1
httpd 2.2.6
PHP 5.2.4
Python
Perl
downloaded tomcat6.
runs well on cPanel®
httpd using mod_proxy and mod_proxy_ajp
the ajp one, points requests to /tomcat/ to localhost:8009/tomcat/
It works coz AJP ...
- 10-25-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 1
tomcat6+httpd issue
httpd 2.2.6
PHP 5.2.4
Python
Perl
downloaded tomcat6.
runs well on cPanel®
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 ?


Reply With Quote
