Java Tutorial - Java Script :
Step 5: Create a workers.properties File
The file worker.properties is used to control which threads handle which requests. We will create a workers file supporting a single thread, or worker. For the default configuration, this file must be named workers.properties and must be placed in the CATALINA_HOME/conf/jk directory. Create the file with the following lines, changing tomcat_home and java_home to reflect the values for your system: workers.tomcat_home=/usr/jakarta/tomcat workers.java_home=/usr/java/
ps=/
worker.list=ajp12, ajp13
# Definition for Ajp13 worker
#
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
