Using Tomcat with Apache
From MyWiki
Rather than using Tomcat standalone Apache can be configured to pass connections to tomcat using mod_jk
This requires
- Download the source for the connector and compile it. Copy the resulting mod_jk.so file to the Apache modules directory.
- Configuration of httpd.conf to load the module and configure virtual directories to pass to tomcat
- Creation of a file called workers.properties in the /etc/httpd/conf directory.