Difference between revisions of "Using Tomcat with Apache"

From MyWiki
Jump to: navigation, search
Line 2: Line 2:
 
This requires<br>
 
This requires<br>
 
* configuratin of httpd.conf to load the module and configure virtual directories to pass to tomcat<br>
 
* configuratin of httpd.conf to load the module and configure virtual directories to pass to tomcat<br>
* addtion of a helper file<br>
+
* Creation of a file called [[ workers.properties ]]<br>

Revision as of 12:43, 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
  • Creation of a file called workers.properties