Configuring “Workers”
In Tomcat 3.2, the generated include file, jakarta-tomcat-X.X/conf/mod_jk.conf-auto has a reference to the file workers.properties in the same directory. You will probably have to manually edit this file.
Enclosed comments are fairly self-explanatory. If necessary change the Java home directory and the path-component separator (to / rather than \ for Linux).
You may also need to choose one or the other of ajp12 and ajp13, and comment out references to the other.
- I went with ajp12. ajp13 is supposed to be an improved protocol, but I know and love ajp12.
Set the port number for your AJP connector, as specified in server.xml.
See jakarta-tomcat-X.X/doc/Tomcat-Workers-HowTo.html.