Using Tomcat with Apache

From MyWiki
Revision as of 12:44, 14 July 2015 by George2 (Talk | contribs)

Jump to: navigation, search

Rather than using Tomcat standalone Apache can be configured to pass connections to tomcat using mod_jk
This requires

  • configuratin 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.