Difference between revisions of "Using Tomcat with Apache"
From MyWiki
Line 1: | Line 1: | ||
Rather than using Tomcat standalone Apache can be configured to pass connections to tomcat using mod_jk<br> | Rather than using Tomcat standalone Apache can be configured to pass connections to tomcat using mod_jk<br> | ||
This requires<br> | This requires<br> | ||
− | * | + | * configuratin of httpd.conf to load the module and configure virtual directories to pass to tomcat<br> |
− | * | + | * addtion of a helper file<br> |
Revision as of 12:38, 14 July 2015
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
- addtion of a helper file