[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

sureshrk19 do-not-reply at jboss.com
Fri Mar 27 16:07:32 EDT 2009


Nope... that is the next problem; even after setting sticky session the requests are going to both the nodes.

Here is my workers.properties content:

worker.list=loadbalancer

worker.node1.port=8019
worker.node1.host=localhost 
worker.node1.type=ajp13
worker.node1.lbfactor=1

worker.node4.port=8039
worker.node4.host=localhost 
worker.node4.type=ajp13
worker.node4.lbfactor=1

worker.loadbalancer.type=lb
worker.loadbalancer.sticky_session=1
worker.loadbalancer.balance_workers=node1,node4


Also, I specified 'jvmRoute' in jboss descriptors.

Thanks,
Suresh

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

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



More information about the jboss-user mailing list