Skip to content

Instantly share code, notes, and snippets.

@lyhcode
Created January 13, 2013 08:41
Show Gist options
  • Save lyhcode/4523010 to your computer and use it in GitHub Desktop.
Save lyhcode/4523010 to your computer and use it in GitHub Desktop.
worker.list=loadbalancer
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=contpub1
worker.loadbalancer.sticky_session=1
worker.loadbalancer.error_escalation_time=0
worker.loadbalancer.max_reply_timeouts=10
worker.contpub1.reference=worker.template
worker.contpub1.host=localhost
worker.contpub1.port=8009
worker.contpub1.activation=A
worker.contpub1.lbfactor=20
worker.template.type=ajp13
worker.template.cachesize=10
worker.template.cache_timeout=600
worker.template.socket_keepalive=1
worker.template.socket_connect_timeout=5000
worker.template.ping_mode=A
worker.template.ping_timeout=10000
worker.template.connection_pool_size=100
worker.template.connection_pool_minsize=50
worker.template.connection_pool_timeout=600
worker.template.reply_timeout=300000
worker.template.recovery_options=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment