0

Do I need special configuration of these two together to allow my tomcat server to host website(s)?

1 Answers1

1

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:

http://wiki.apache.org/tomcat/FAQ/Connectors

labradort
  • 1,169
  • 1
  • 8
  • 20