Load balancing + replicated sessions

2002-10-01 Thread Luiz Ricardo
Hi, I would like to know if there is a way to configure Tomcat + Apache to replicate sessions under a load balancing configuration. Example, I have two Tomcat instances (TC1 and TC2) and the session in TC1 would be replicated in TC2 and the sessions in TC2 would be replicated in TC1, so if TC1 c

Re: Load balancing + replicated sessions

2002-10-01 Thread Ben Ricker
See http://www.theserverside.com/resources/article.jsp?l=Tomcat. you can do in memmory session replication across JVMs through TCP. Ben Ricker On Tue, 2002-10-01 at 09:29, Luiz Ricardo wrote: > Hi, > > I would like to know if there is a way to configure Tomcat + Apache to > replicate sessions u

Re: Load balancing + replicated sessions

2002-10-01 Thread Luiz Ricardo
thanks so much. Luiz Ricardo - Original Message - From: "Ben Ricker" <[EMAIL PROTECTED]> To: "Tomcat-Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 11:33 AM Subject: Re: Load balancing + replicated sessions > See http://www.theser