I've got apache talking to a clustered jboss setup, using mod_jk, but I cannot get the load balacing to work. I can force connections to a specific app server, but no matter what I do, I can't get the initial connection to hit a 'random' server.

my workers.properties:

worker.list=node1,node2,loadbalancer

worker.node1.port=8009
worker.node1.host=app01
worker.node1.type=ajp13
worker.node1.lbfactor=1
# worker.node1.local_worker=1
worker.node1.cachesize=10

worker.node2.port=8009
worker.node2.host=app02
worker.node2.type=ajp13
worker.node2.lbfactor=1
# worker.node2.local_worker=1
worker.node2.cachesize=10

worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=node1,node2
# worker.loadbalancer.sticky_session=1
# worker.loadbalancer.local_worker_only=1

--
Mike Lindsey




------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to