# Degine the list of workers that will be used # for mapping requests # The configuration directives are valid # for the mod_jk version 1.2.18 and later # worker.list=services,natalytics,status # worker.list=loadbalancer,status # Define services # modify the host as your host IP or DNS name. # more info here: http://tomcat.apache.org/connectors-doc/reference/workers.html worker.services.port=8009 worker.services.host=192.168.1.253 worker.services.type=ajp13 # worker.services.lbfactor=1 worker.services.prepost_timeout=10000 #Not required if using ping_mode=A worker.services.connect_timeout=10000 #Not required if using ping_mode=A worker.services.ping_mode=A #As of mod_jk 1.2.27 # worker.node1.connection_pool_size=10 (1) # Define natalytics # modify the host as your host IP or DNS name. worker.natalytics.port=8009 worker.natalytics.host=192.168.1.253 worker.natalytics.type=ajp13 # worker.natalytics.lbfactor=1 worker.natalytics.prepost_timeout=10000 #Not required if using ping_mode=A worker.natalytics.connect_timeout=10000 #Not required if using ping_mode=A worker.natalytics.ping_mode=A #As of mod_jk 1.2.27 # worker.standard.connection_pool_size=10 (1) # Load-balancing behaviour worker.loadbalancer.type=lb worker.loadbalancer.balance_workers=node1,node2 # Status worker for managing load balancer worker.status.type=status