Re: Migration from Tomcat 7 to 9 results in more open file descriptors

2019-06-03 Thread Mark Thomas
> Florian, > >> On 5/23/19 06:59, Florian Trimmel wrote: We were able to figure out >> what was causing the file descriptor leak. > >> The leak has occured in the JSF2 MyFaces Implementation we are >> using. It is described here: >> https://marc.info/?l=myfaces-dev&m=152536956716792&w=2 The probl

Re: Migration from Tomcat 7 to 9 results in more open file descriptors

2019-06-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Florian, > On 5/23/19 06:59, Florian Trimmel wrote: We were able to figure out > what was causing the file descriptor leak. > > The leak has occured in the JSF2 MyFaces Implementation we are > using. It is described here: > https://marc.info/?l=myf

Re: [OT] Outbound SSL?

2019-06-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 6/1/19 03:27, Peter Kreuser wrote: > Crazy enough, but Google maps provides ciphers even for Java 6. > > https://www.ssllabs.com/ssltest/analyze.html?d=maps.google.com&s=216.5 8.195.78&latest > > So this would be the only strange but obv

RE: AW: Outbound SSL?

2019-06-03 Thread George Stanchev
What is your webapp using as HTTP client that handles the SSL? -Original Message- From: James Lampert Sent: Friday, May 31, 2019 3:41 PM To: Tomcat Users List Subject: Re: AW: Outbound SSL? This just keeps getting weirder and weirder. I extracted the actual request > https://maps.goog

Re: Outbound SSL?

2019-06-03 Thread Donald J
Tomcat can be setup in 2 modes = JSSE (Java) or APR (OpenSSL) If Java, turn Java debug log on and -Djavax.net.debug=ssl > Sent: Wednesday, May 29, 2019 at 1:57 PM > From: "James H. H. Lampert" > To: "Tomcat Users List" > Subject: Outbound SSL? > > We have a customer that is running our Tomcat-ba