Re: Help with Tomcat Clustering and load balancing

2006-09-29 Thread Pascal Bleser
Anil Ranka wrote: > Pascal, > Thanks for detail scenario. I am working on a product which should run on > any platform. I am looking for a very generic solution which can run on any > platform. > > Any pointers. Umm... stop dreaming ;) As soon as you enter HA clustering and failover, there are

Re: Help with Tomcat Clustering and load balancing

2006-09-29 Thread Anil Ranka
Pascal, Thanks for detail scenario. I am working on a product which should run on any platform. I am looking for a very generic solution which can run on any platform. Any pointers. Anil S. Ranka On 9/29/06, Pascal Bleser <[EMAIL PROTECTED]> wrote: Anil Ranka wrote: > I am new with Tomcat

Re: Help with Tomcat Clustering and load balancing

2006-09-29 Thread Pascal Bleser
Anil Ranka wrote: > I am new with Tomcat Clustering feature. I have configured my three > tomcats nodes in cluster mode and they are talking to each other no issues. > Out these three nodes N1, N2 and N3 only one node will be ACTIVE node and > rest two will be PASSIVE. ACTIVE means my app will be

Re: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Anil Ranka
egments. One dropped connection a boom mod_jk gets confused. -Original Message- From: Anil Ranka [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 3:56 PM To: Tomcat Users List Subject: Re: Help with Tomcat Clustering and load balancing Chris, I am using Apache 2.2.3 on Windo

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
y, September 28, 2006 3:56 PM To: Tomcat Users List Subject: Re: Help with Tomcat Clustering and load balancing Chris, I am using Apache 2.2.3 on Windows XP. D:\sam\apache\Apache2.2\bin>httpd.exe -v Server version: Apache/2.2.3 Server built: Jul 27 2006 16:49:49 Thanks Anil S. Ranka

Re: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Anil Ranka
l Message- From: Anil Ranka [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 3:37 PM To: Tomcat Users List Subject: Re: Help with Tomcat Clustering and load balancing Hi, I have tried your suggestion, When I run my apache on windows env, I am getting following error BalancerMemb

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
What version of apache are you using? -Original Message- From: Anil Ranka [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 3:37 PM To: Tomcat Users List Subject: Re: Help with Tomcat Clustering and load balancing Hi, I have tried your suggestion, When I run my apache on

Re: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Anil Ranka
Hi, I have tried your suggestion, When I run my apache on windows env, I am getting following error BalancerMember Unknow status parameter option for line : BalancerMember ajp://1.2.3.5:8009 status=+H Any clue. Thanks Anil S. Ranka On 9/28/06, Chris Berthold <[EMAIL PROTECTED]> wrote: You'

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
You'll probably want to use mod_proxy_ajp I've had pretty good success with it. I'm not sure why you would be using an active-hot standby-hot standby instead of active-active-hot standby but who am I to judge =o) Get a configuration working with it first on one server then work towards the hot st