Re: [users@httpd] How does Apache detects a stopped Tomcat JVM?

2017-07-21 Thread Suvendu Sekhar Mondal
> https://httpd.apache.org/docs/2.4/mod/mod_proxy_hcheck.html is surely a good read for your use case. Moreover be really careful with sticky sessions, they have the downside to tie requests to a specific backend altering the work of the LB algorithm. Luca Thanks, I'm reading the doc now. You

Re: [users@httpd] How does Apache detects a stopped Tomcat JVM?

2017-07-20 Thread Luca Toscano
Hello, 2017-07-18 15:48 GMT+02:00 Suvendu Sekhar Mondal : > Hello Folks, > > I am new to Apache httpd world and wanted to know more about it. :) > > Reason I got interested in this is that, in our case, we are running > multiple Tomcat JVMs under a single Apache cluster. If we

[users@httpd] How does Apache detects a stopped Tomcat JVM?

2017-07-18 Thread Suvendu Sekhar Mondal
Hello Folks, I am new to Apache httpd world and wanted to know more about it. :) Reason I got interested in this is that, in our case, we are running multiple Tomcat JVMs under a single Apache cluster. If we shut down all the JVMs except one, sometime we get 503s. If we increase the retry