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

2020-05-28 Thread Arshiya Shariff
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: IntrospectionUtils.setProperty( this, "keepAliveTimeout", String.valueOf(

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

2020-05-28 Thread Ayub Khan
Chris, Nginx is being used for image caching and converting https to http requests before hitting tomcat. The behavior I am noticing is application first throws Borken pipe client abort exception at random apis calls followed by socket timeout and then database connection leak errors. This

Re: Off topic question

2020-05-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jon, On 5/27/20 23:38, jonmcalexan...@wellsfargo.com.INVALID wrote: > I know this is off topic some, but does anyone know why > development seemed to just stop on the tomcat-vault? Maybe because it's just not that useful? It's also pretty simple.

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

2020-05-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ayub, On 5/27/20 19:43, Ayub Khan wrote: > If we have 18 core CPU and 100GB RAM. What value can I set for > maxConnections ? Your CPU and RAM really have nothing to do with it. It's more about your usage profile. For example, if you are serving

Re: Off topic question

2020-05-28 Thread Frank Tornack
Maybe this would help you as a way to encrypt passwords https://docs.jboss.org/jbosssecurity/docs/6.0/security_guide/html/Encrypting_The_Keystore_Password_In_Tomcat.html Am Donnerstag, den 28.05.2020, 03:38 + schrieb jonmcalexan...@wellsfargo.com.INVALID: > I know this is off topic some,