Do I need special configuration of these two together to allow my tomcat server to host website(s)?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Tomcat 6 will work with the apache servers 1.3 or 2.x to run your tomcat site via regular http server port 80. Documentation on configuring the apache side and tomcat side can be found here: https://sec1.woopra.com/docs/proxy-howto.html Redhat Enterprise has the module ready to go in the /etc/httpd/conf.d/proxy_ajp.conf In Debian, it involves the apache module enabler commands such as a2enmod or you can make the symlinks between enabled directory and available manually. This site may answer other questions you may have: |
|||
|
|