Tomcat 5.0 & mod_jk Configuration

From: James Thornton (james_at_unifiedmind.com)
Date: 12/31/03


Date: Wed, 31 Dec 2003 00:34:16 GMT

What in tomcat 5.0's configuration for mod_jk differs from how you would
do it for tomcat 4.x? Is this documented anywhere?

In the tomcat 4.x server.xml, I had:

<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
modJk="/usr/local/apache2/modules/mod_jk.so" />

Is this the same for tomcat 5? (notice ...ajp.tomcat4.config...)

I tried simply changing it to ...ajp.tomcat5.config... to no avail.

Thanks.