Re: mod_jk - Failover behaviour and load + patch

2014-04-04 Thread Frederik Nosi
Hi Konstantin, On 04/02/2014 12:01 PM, Konstantin Kolinko wrote: 2014-04-02 5:21 GMT+04:00 Frederik Nosi : On 04/02/2014 12:21 AM, Christopher Schultz wrote: On 3/26/14, 9:32 PM, Frederik Nosi wrote: My scenario is Apache httpd + mod_jk + N Tomcat's in. The default behaviour of load balanced

Re: mod_jk - Failover behaviour and load + patch

2014-04-02 Thread Konstantin Kolinko
2014-04-02 5:21 GMT+04:00 Frederik Nosi : > On 04/02/2014 12:21 AM, Christopher Schultz wrote: >> On 3/26/14, 9:32 PM, Frederik Nosi wrote: >>> >>> My scenario is Apache httpd + mod_jk + N Tomcat's in. The default >>> behaviour of load balanced workers in mod_jk in my testing is that >>> when a cli

Re: mod_jk - Failover behaviour and load + patch

2014-04-01 Thread Frederik Nosi
Hi Christopher, On 04/02/2014 12:21 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 3/26/14, 9:32 PM, Frederik Nosi wrote: My scenario is Apache httpd + mod_jk + N Tomcat's in. The default behaviour of load balanced workers in mod_jk in my testing i

Re: mod_jk - Failover behaviour and load + patch

2014-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 3/26/14, 9:32 PM, Frederik Nosi wrote: > My scenario is Apache httpd + mod_jk + N Tomcat's in. The default > behaviour of load balanced workers in mod_jk in my testing is that > when a client requests a page (GET / POST / Whatever), th

Re: mod_jk - Failover behaviour and load + patch

2014-03-26 Thread Frederik Nosi
Hi all, My scenario is Apache httpd + mod_jk + N Tomcat's in. The default behaviour of load balanced workers in mod_jk in my testing is that when a client requests a page (GET / POST / Whatever), the LB worker tries the request to every ajp worker. This in contrast with what i read here: ht

Re: mod_jk - Failover behaviour and load + patch

2014-03-19 Thread Frederik Nosi
Hi, On 03/19/2014 05:26 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 3/19/14, 10:00 AM, Frederik Nosi wrote: worker.list = worker_test,worker_status worker.worker_status.type=status worker.worker_test.type = lb worker.worker_test.balance_workers

Re: mod_jk - Failover behaviour and load

2014-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 3/19/14, 10:00 AM, Frederik Nosi wrote: > worker.list = worker_test,worker_status > worker.worker_status.type=status > > worker.worker_test.type = lb worker.worker_test.balance_workers = > test1,test2,test3,test4 worker.worker_test.st

Re: mod_jk - Failover behaviour and load

2014-03-19 Thread Frederik Nosi
Hi again, sorry for the html email, top posting and for putting you in CC, got used to this on other mailing lists. Thanks, Frederik - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mai

Re: mod_jk - Failover behaviour and load

2014-03-19 Thread Frederik Nosi
Hi, sure, the conf follows: = worker.list = worker_test,worker_status worker.worker_status.type=status worker.worker_test.type = lb worker.worker_test.balance_workers = test1,test2,test3,test4 worker.worker_test.sticky_session = true worker.worker_test.sticky_session_force = false

Re: mod_jk - Failover behaviour and load

2014-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 3/18/14, 10:22 PM, Frederik Nosi wrote: > Each apache httpd talks with every tomcat. > > mod_jk is configured with load balancing by business, sticky > sessions, only one try for ajp worker (so if it's busy i dont add > more stuff to

mod_jk - Failover behaviour and load

2014-03-18 Thread Frederik Nosi
Hi all, I have this situation, an hardware loadbalancer configured with sticky session based on souce IP, two httpd servers behind it doing HTTPS termination with mod_jk doing load balancing vs four tomcats, i'll try to do my best in ascii art, hopping my mailer does the right thing: --