Red Hat Training

A Red Hat training course is available for Red Hat JBoss Web Server

2.3. Configuring Apache Tomcat to Work with mod_jk

Tomcat is configured to use mod_jk by default. Specifically, see the conf/server.xml file, which contains the following code for this purpose:
<connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
Set the jvmRoute attribute at your engine as follows:
<Engine name="Catalina" jvmRoute="node1" >
The jvmRoute attribute value must match the worker name set in workers.properties.
This default Tomcat configuration is ready for immediate use with mod_jk.