Re: Getting some peculiar TLS results in Tomcat 7

2021-08-13 Thread Mark Eggers
On 8/13/2021 5:27 PM, James H. H. Lampert wrote: While we've been systematically updating our customer boxes, a few of our customer boxes are still on Tomcat 7. I've got the following Connector tag set up in server.xml: compressableMimeType="text/html,text/xml,text/plain,text/css, text/ja

Tomcat "JNDI Datasource How-To" documentation & driver managers

2021-08-13 Thread Andrew Tanton
In the Tomcat "JNDI Datasource How-To" documentation page , there is an unusually opinionated section, which discusses the Java service provider (driver manager) mechanism: "*However, the implementation i

Getting some peculiar TLS results in Tomcat 7

2021-08-13 Thread James H. H. Lampert
While we've been systematically updating our customer boxes, a few of our customer boxes are still on Tomcat 7. I've got the following Connector tag set up in server.xml: compressableMimeType="text/html,text/xml,text/plain,text/css, text/javascript,text/json,application/x-javascript,

Re: [OT] Other connection may not see updated date immediately

2021-08-13 Thread Christopher Schultz
W, On 8/11/21 11:48, W wrote: On Wednesday, August 11, 2021, 07:00:22 AM PDT, Christopher Schultz wrote: W, On 8/9/21 12:04, W wrote:>> Hi,I have a web application. It is a java-jsp-tomcat-mysql. It is working, but sometimes, it is slow. For each data update statement, it is not slow: the nex

Re: how to tune cacheMaxSize

2021-08-13 Thread Christopher Schultz
Michael, On 8/12/21 11:05, Michael Richardson wrote: I am trying to deploy OSCAR-EMR Wow, that still exists? I remember more than a decade ago being asked to integrate a product at $work with that thing as a demo. We never did, because the market seemed not to really exist. I see you are in

Re: Clarification on behaviour after pool exhaustion happen in tomcat jdbc pool 9.0.16

2021-08-13 Thread Christopher Schultz
Sampath, On 8/12/21 07:02, Sampath Rajapakshe wrote: Hi Chris, Thanks for the detailed explanation, yes, we tried with abandoned true logs and found an issue with our code base as well. It seems we had a case where a single thread creates a new connection and before closing that connection crea