RE: Load balancing and Sticky sessions

2003-03-20 Thread Filip Hanik
Hi Kavita, what clustering library are you using. There are several options that we can offer you to do. 1. Try the clustering that is going to ship with Tomcat 4, http://www.filip.net/tomcat-clustering.html 2. Take out Apache out of the equation to make sure your clustering is working

Re: Load balancing and Sticky sessions

2003-03-20 Thread Ben Ricker
Unless you have session replication going on between the two Tomcats (or are running Tomcat 5...doubtful since it is in its infant stages), you will always lose your session if you get sent from one Tomcat to another. Ben Ricker On Thu, 2003-03-20 at 12:09, Kavitha ranga wrote: Hello, I

RE: Load balancing and Sticky sessions

2003-03-20 Thread Jackson, Stephen
#worker. worker.loadbalancer.type=lb worker.loadbalancer.balanced_workers=tomcat1,tomcat2 # # END workers.properties # -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 1:18 PM To: Tomcat Users List Subject: Re: Load balancing and Sticky sessions

RE: Load balancing and Sticky sessions

2003-03-20 Thread Filip Hanik
: Load balancing and Sticky sessions Unless you have session replication going on between the two Tomcats (or are running Tomcat 5...doubtful since it is in its infant stages), you will always lose your session if you get sent from one Tomcat to another. Ben Ricker On Thu, 2003-03-20 at 12:09

Re: Load balancing and Sticky sessions

2003-03-20 Thread Kavitha ranga
between the 2 tomcats I am losing my sessions.Also we are on jdk1.3. Any suggesions in highly appreciated. Thanks for the quick response. Kavitha From: Ben Ricker [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Load balancing

RE: Load balancing and Sticky sessions

2003-03-20 Thread Filip Hanik
PROTECTED] Sent: Thursday, March 20, 2003 10:28 AM To: [EMAIL PROTECTED] Subject: Re: Load balancing and Sticky sessions I think I did not make my point clear. I have to rephrase my question. we have Apache 1.3 and 2 tomcats(4.0 ) running on 2 different servers. The 2 servers are on SUN cluster and we

RE: Load balancing and Sticky sessions

2003-03-20 Thread Ralph Einfeldt
idea to have a look at: http://www.ubeans.com/tomcat/ -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 7:18 PM To: Tomcat Users List Subject: Re: Load balancing and Sticky sessions Unless you have session replication going on between