This is the worker: 

  | 
  | worker.list=loadbalancer,status
  | ps=/
  |     
  | # Define Node1
  | worker.node1.port=8009
  | worker.node1.host=cphzt21.rdsas.com
  | worker.node1.type=ajp13
  | worker.node1.lbfactor=1
  | #worker.node1.local_worker=1
  | worker.node1.cachesize=10
  | #worker.node1.cachesize=1
  | 
  | # Define Node2
  | worker.node2.port=8009
  | worker.node2.host=cphzt22.rdsas.com
  | worker.node2.type=ajp13
  | worker.node2.lbfactor=1
  | #worker.node2.local_worker=1
  | worker.node2.cachesize=10
  | #worker.node2.cachesize=1
  | 
  | # Load-balancing behaviour
  | worker.loadbalancer.type=lb
  | worker.loadbalancer.balanced_workers=node1,node2
  | worker.loadbalancer.sticky_session=1
  | worker.loadbalancer.sticky_session_force=1
  | #worker.loadbalancer.local_worker_only=1
  | #worker.list=loadbalancer
  | 
  | # Status worker for managing load balancer
  | worker.status.type=status
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926375#3926375

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926375


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to