# conf/extra/jk.worker.properties # # Definition of jk workers - is required to be in a global context worker.list=worker1,jkstatus # Add the status worker to the worker list worker.jkstatus.type=status worker.worker1.host=localhost worker.worker1.port=8009 worker.worker1.type=ajp13 worker.worker1.lbfactor=2 # use up to 10 sockets, which will stay no more than 10 min in cache worker.worker1.cachesize=10 worker.worker1.cache_timeout=600 # ask operating system to send KEEP-ALIVE signal on the connection worker.worker1.socket_keepalive=1 # want ajp13 connection to be dropped after 5 min (recycle) worker.worker1.recycle_timeout=300 # NOTE: # You need to configure the other (tomcat) side as well, to listen for AJP 1.3 # requests on the specified port. You can do this for example by adding the # following lines to your $CATALINA_HOME/conf/server.xml file: # # # # # $CATALINA_HOME is the path, where your tomcat is installed. Default # /opt/tomcat5 for tomcat 5.x or # /opt/jboss40/server/default/deploy/jbossweb-tomcat55.sar/ for JBoss 4.x