Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-04 Thread Mark Thomas
On 04/01/2011 06:47, Harsimranjit singh Kler wrote: > So this means tomcat alone have not sufficent support for Load Balancing and > clustering?. Correct. Tomcat does not provide a reverse proxy implementation. > You main only way to achive is to use apache server HTTPD and connector, > mod_jk th

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Harsimranjit singh Kler
So this means tomcat alone have not sufficent support for Load Balancing and clustering?. but i am able to check successfully: 1)Session maintaince2)Auto Deployment Only thing i am not able to achive to hide Cluster URL on redirection. You main only way to achive is to use apache server HTTPD and

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Pid
On 1/3/11 9:40 AM, Harsimranjit singh Kler wrote: > using tomcat instances only(balancer Feature) Why? http://tomcat.apache.org/tomcat-5.5-doc/balancer-howto.html#Using_the_balancer_webapp "This is a simple implementation of a rules-based load balancer. It was not designed as a replacement for

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread André Warnier
Harsimranjit singh Kler wrote: Hi Here is details: *Tomcat version*: 5.5.27 *OS*:Window XP *JDK*:1.6 *Environment Trying to Create* :Load balancing and Clustering on single Machine using tomcat instances only(balancer Feature) . *What i have Achieved*:i am running 4 instances of tomcat on port

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Harsimranjit singh Kler
Hi Here is details: *Tomcat version*: 5.5.27 *OS*:Window XP *JDK*:1.6 *Environment Trying to Create* :Load balancing and Clustering on single Machine using tomcat instances only(balancer Feature) . *What i have Achieved*:i am running 4 instances of tomcat on ports 8080,9080,10080,11080.So port 8

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-28 Thread David Smith
On 12/28/2010 8:33 AM, Pid wrote: > On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote: >> Hi >> >> i have testing tomcat clustering on single machine.What i am able to do is i >> hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in >> balancer with round robin approach.all r

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-28 Thread Pid
On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote: > Hi > > i have testing tomcat clustering on single machine.What i am able to do is i > hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in > balancer with round robin approach.all requests hits on balancer redirected > to

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-26 Thread Harsimranjit singh Kler
Hi i have testing tomcat clustering on single machine.What i am able to do is i hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in balancer with round robin approach.all requests hits on balancer redirected to on one cluster which is on some different port. when redirectin