Saturday, July 7, 2007

run tomcat behind apache / reverse proxy

to run the tomcat jsp or selvet behind the apache httpd. so user only access apache web server via port 80.
enable the mod_proxy


configure apache httpd.conf as below
ProxyPass /examples http://localhost:8080/examples
ProxyPassReverse /examples http://localhost:8080/examples


No comments: