01-10-2008 12:58 PM
01-22-2008 04:40 PM
01-28-2008 12:38 PM
# Define 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=loadbalancer,status
# Define Node1
# modify the host as your host IP or DNS name.
worker.nodo1.port=8009
worker.nodo1.host=nodo1
worker.nodo1.type=ajp13
worker.nodo1.lbfactor=1
# worker.nodo1.connection_pool_size=10 (1)
# Define Node2
# modify the host as your host IP or DNS name.
worker.nodo2.port=8009
worker.nodo2.host=nodo2
worker.nodo2.type=ajp13
worker.nodo2.lbfactor=1
# worker.nodo1.connection_pool_size=10 (1)
# Load-balancing behaviour
worker.loadbalancer.type=lb
worker.loadbalancer.balance_workers=nodo1,nodo2
worker.loadbalancer.sticky_session=1
# Status worker for managing load balancer
worker.status.type=status
…
<Engine name="jboss.web" defaultHost="nodo2" jvmRoute="nodo2">
…
<attribute name="UseJK">true</attribute>
…
<Engine name="jboss.web" defaultHost="nodo1" jvmRoute="nodo1">
…
<attribute name="UseJK">true</attribute>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.