workers.properties
— 이강우 2025/12/22 07:04
worker.list=balancer ##### load-balancer worker.balancer.type=lb worker.balancer.sticky_session=true ### session cookie name # worker.balancer.session_cookie=JSESSIONID worker.balancer.balance_workers=node11 ### node11 worker.node11.reference=worker.template worker.node11.host=127.0.0.1 worker.node11.port=8109 worker.node11.activation=A # end ##### worker template worker.template.type=ajp13 ### socket timeout (seconds) worker.template.socket_timeout=10 ### if use firewall between (WEB-WAS) # worker.template.socket_keepalive=true worker.template.ping_mode=A ### ping timeout (milli seconds) worker.template.ping_timeout=10000 ### connection pool size (auto; prefork must set 1) # worker.template.connection_pool_size= # worker.template.connection_pool_minsize= # worker.template.connection_pool_timeout=600 ### reply timeout (milli seconds) worker.template.reply_timeout=30000 worker.template.recovery_options=3