Re: Session not sticky in 5.5 with load balancer

2005-11-18 Thread Dominik Drzewiecki
"Duan, Nick" <[EMAIL PROTECTED]> wrote" > I am running an Apache httpd server as the load balancer with two tomcat > instances. All servers are on the same windows XP machine. The load > balancing works fine, but I am not able to make user sessions sticky > with either one of the tomcat instances

RE: Session not sticky in 5.5 with load balancer

2005-11-17 Thread Duan, Nick
omcat instance. BTW, in the latest version of mod_jk, the property name balanced_workers has been changed to balance_workers. ND -Original Message- From: John Moore [mailto:[EMAIL PROTECTED] Sent: Thursday, November 17, 2005 4:35 PM To: Tomcat Users List Subject: RE: Session not sticky i

RE: Session not sticky in 5.5 with load balancer

2005-11-17 Thread John Moore
Nick, I think you want to use balanced_workers not balance_workers. Here's a snippit from our workers.properties. worker.list=lbcon # ww1 worker.ww1.port=8009 worker.ww1.host=192.168.X.Y worker.ww1.type=ajp13 worker.ww1.lbfactor=1 worker.ww1.cachesize=20 worker.ww1.local_worker=0 # ww2 worker

Re: Session not sticky in 5.5 with load balancer

2005-11-17 Thread chinnimb-rest
Probably following article might help http://forum.java.sun.com/thread.jspa?threadID=604278&messageID=3262414 "Duan, Nick" <[EMAIL PROTECTED]> wrote: I am running an Apache httpd server as the load balancer with two tomcat instances. All servers are on the same windows XP machine. The load ba