#HTTPD Web Server and Apache Tomcat(ajp) Connector
#
# Include workers.properties by conf/extra/httpd-modjk.conf
worker.list=albnode,blbnode,jkstatus
# configuration template
worker.template.type=ajp13
worker.template.lbfactor=1
worker.template.socket_timeout=30
worker.template.socket_keepalive=true
worker.template.recovery_options=7
worker.template.ping_mode=A
worker.template.ping_timeout=10000
worker.template.fail_on_status=-404,-500,503,504
worker.template.connection_pool_size=25
worker.template.connection_pool_minsize=25
worker.template.connection_pool_timeout=30
#worker.template.max_packet_size=65536
######################################################
# http://a.nuriware.com
######################################################
# configuration node01
worker.node01.reference=worker.template
worker.node01.host=127.0.0.1
worker.node01.port=8109
# configuration node02
worker.node02.reference=worker.template
worker.node02.host=127.0.0.1
worker.node02.port=8209
# configuration loadbalancer
worker.haelbnode.type=lb
worker.haelbnode.retries=1
worker.haelbnode.max_reply_timeouts=5000
worker.haelbnode.method=Session
worker.haelbnode.sticky_session=True
worker.haelbnode.sticky_session_force=False
worker.haelbnode.balance_workers=node01,node02
######################################################
# http://b.nuriware.com
######################################################
# configuration node03
worker.node03.reference=worker.template
worker.node03.host=127.0.0.1
worker.node03.port=8309
# configuration node04
worker.node04.reference=worker.template
worker.node04.host=127.0.0.1
worker.node04.port=8409
worker.solphcblbnode.type=lb
worker.solphcblbnode.retries=1
worker.solphcblbnode.max_reply_timeouts=5000
worker.solphcblbnode.method=Session
worker.solphcblbnode.sticky_session=True
worker.solphcblbnode.sticky_session_force=False
worker.solphcblbnode.balance_workers=node03,node04
worker.jkstatus.type=status