Hi, Thanks. are all your nodes on the same machine?
No. I am running it in different machine My cluster config file here i am adding the lines which i changed 1. server.xml 2. jboss-service.xml false false true 4. worker.properties in appache/conf worker.list=loadbalancer,status # Define Node1 # modify the host as your host IP or DNS name. worker.node1.port=8009 worker.node1.host=server1 worker.node1.type=ajp13 worker.node1.lbfactor=1 worker.node1.cachesize=10 worker.node2.port=8009 worker.node2.host=server2 worker.node2.type=ajp13 worker.node2.lbfactor=1 worker.node2.cachesize=10 # Load-balancing behaviour worker.loadbalancer.type=lb worker.loadbalancer.balance_workers=node1,node2 worker.loadbalancer.sticky_session=0 #worker.list=loadbalancer # Status worker for managing load balancer worker.status.type=status These are the changes i have done, there is no error in the log, simply in the application we are verfiying for the user session if the session is not there we are redirecting to login page. Everthing working fine with sticky session thanks Baiju View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911386#3911386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911386 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
