Re: Tomcat Session Replicating Failing under load

2006-12-19 Thread cifroes
By the way, I'm using Tomcat 5.5.20 - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Session Replicating Failing under load

2006-12-18 Thread David Rees
On 12/18/06, cifroes <[EMAIL PROTECTED]> wrote: cifroes wrote: > David Rees wrote: >> >> Are you sticky sessions? If not, that will usually fix the issue you >> see. >> > Sorry, I don't know what sticky sessions are... But please note I'm > not using Tomcat loadbalancing, the load balancer is ano

Re: Tomcat Session Replicating Failing under load

2006-12-18 Thread cifroes
cifroes wrote: David Rees wrote: Are you sticky sessions? If not, that will usually fix the issue you see. Sorry, I don't know what sticky sessions are... But please note I'm not using Tomcat loadbalancing, the load balancer is another software that's doing round-robin (and working fine).

Re: Tomcat Session Replicating Failing under load

2006-12-18 Thread cifroes
David Rees wrote: Are you sticky sessions? If not, that will usually fix the issue you see. Sorry, I don't know what sticky sessions are... But please note I'm not using Tomcat loadbalancing, the load balancer is another software that's doing round-robin (and working fine). My issue is tha

Re: Tomcat Session Replicating Failing under load

2006-12-18 Thread David Rees
On 12/18/06, cifroes <[EMAIL PROTECTED]> wrote: I'm configuring a Tomcat cluster with 2 servers. In front of that I have a loadbalancer (LVS software) doing round-robin between the 2 servers. In my tests I'm finding that the session replication mechanism isn't "fast enough" to replicate the data

Tomcat Session Replicating Failing under load

2006-12-18 Thread cifroes
Hi all, I'm configuring a Tomcat cluster with 2 servers. In front of that I have a loadbalancer (LVS software) doing round-robin between the 2 servers. In my tests I'm finding that the session replication mechanism isn't "fast enough" to replicate the data. I have a WS[using Axis] that has