#
# The workers that jk should create and work with
#
worker.list=geronimo_ajp13
#
# Defining a worker named ajp13w and of type ajp13
# Note that the name and the type do not have to match.
#
worker.geronimo_ajp13.port=8009
worker.geronimo_ajp13.host=localhost
worker.geronimo_ajp13.type=ajp13
worker.geronimo_ajp13.lbfactor=50
worker.geronimo_ajp13.cachesize=10
worker.geronimo_ajp13.cache_timeout=600
worker.geronimo_ajp13.socket_keepalive=1
worker.geronimo_ajp13.socket_timeout=300