Re: Round Robin LoadBalance/Failover Configuration for Apache

2016-10-17 Thread Jayaram Ponnusamy
Hi Christopher, Thanks for the reply. I am new to Apache and Tomcat, Our Tomcat is not cluster and Sticky is not enabled. Could you please let me know which one will be help to avoid failover if one Tomcat went down. Thanks Jayaram On Sun, Oct 16, 2016 at 10:32 PM, Christopher Schultz < ch...@ch

Re: Round Robin LoadBalance/Failover Configuration for Apache

2016-10-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jayaram, On 10/13/16 1:00 AM, Jayaram Ponnusamy wrote: > Hi All, > > Currently we have two webServers (WA and WB) and two Tomcat Servers > (TA, TB). WA configured for TA and WB configured for TB. How to > configure Loadbalance and Failover between

Re: Round Robin

2007-08-17 Thread Rainer Jung
1) Real round robin If you really want to distribute requests fully via round robin, you need to set worker.loadbalancer.sticky_session=False 2) Session stickyness But usually, this is *not* what you want. Usually, you want requests, that belong to a user session to go to the same Tomcat in

Re: Round Robin

2007-08-16 Thread Filip Hanik - Dev Lists
if you want round robin, then set lbfactor to 1 for all your workers Filip Dean Lonsdale wrote: Hi all We are currently trying to setup load balancing in our environment and as after testing the Load Balancing it would appear to be working. I have run up two applications sessions, one of whi