Re: tomcat 8.5 config for ecommerce site, seeing request timeouts

2020-05-29 Thread Ayub Khan
Chris, You might want (2) and (3) to have their own, independent connector and thread pool, just to be safe. You don't want a connection in (1) to stall because a loopback connection can't be made to (2)/(3). Meanwhile, it's sitting there making no progress but also consuming a connection+thread.

Re: tomcat 8.5 config for ecommerce site, seeing request timeouts

2020-05-29 Thread Ayub Khan
Chris, You might want (2) and (3) to have their own, independent connector and thread pool, just to be safe. You don't want a connection in (1) to stall because a loopback connection can't be made to (2)/(3). Meanwhile, it's sitting there making no progress but also consuming a connection+thread.

Re: mod_jk and application deployed check

2020-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Giuseppe, On 5/29/20 11:57, Giuseppe Sacco wrote: > Hello,I have an apache httpd with mod_jk that load balance > requests among two different tomcat servers.Today, one of the > tomcat servers has been rebooted and tomcat could not deploy the >

Re: tomcat 8.5 config for ecommerce site, seeing request timeouts

2020-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ayub, On 5/28/20 17:25, Ayub Khan wrote: > Nginx is being used for image caching and converting https to http > requests before hitting tomcat. So you encrypt between the ALB and your app server nodes? That's fine, though nginx probably won't

mod_jk and application deployed check

2020-05-29 Thread Giuseppe Sacco
Hello,I have an apache httpd with mod_jk that load balance requests among two different tomcat servers.Today, one of the tomcat servers has been rebooted and tomcat could not deploy the application since it failed to find a configuration file. Please note that tomcat was running correctly, only

Re: keepAliveTimeout/connectionTimeout not working with configured values - Embedded Tomcat 9.0.35

2020-05-29 Thread Mark Thomas
On 29/05/2020 05:49, Arshiya Shariff wrote: > Hi Mark , > >   > > *We have upgraded the Embedded tomcat version from 9.0.22 to 9.0.35 *and > tried setting the *keepAliveTimeout/connectionTimeout* to *4ms / -1 > *, via the IntrospectionUtils by extending the Connector class:** > >   > >