How do I disable JNDI logging

2021-10-19 Thread Salomon Mateo
Hello, I hope that someone here can shine some light. Recently upgraded to tomcat 8.5.72, and now in catalina.out I see a whole bunch of these. My apps don't seem to be affected, but would like to address/fix this. Thank you! Sal 11:48:55.621 [localhost-startStop-1] DEBUG

RE: Issue running Tomcat-8.5.72 with JDK15 under windows as a service

2021-10-19 Thread Jean-Pierre Urkens
The issue is due to a bunch of JVM options that are no longer supported in Java 15. After cleaning those up the server started normally. -Original Message- From: Jean-Pierre Urkens Sent: dinsdag 19 oktober 2021 14:46 To: 'users@tomcat.apache.org' Subject: Issue running Tomcat-8.5.72

RE: Issue running Tomcat-8.5.72 with JDK15 under windows as a service

2021-10-19 Thread Jean-Pierre Urkens
I did had Java 8/15 already on my local system before Java 16,17 came out and for my migrations the difference between 15, 16 or 17 doesn't really matter. So I started with what I got instead of installing the latest LTS version. Anyway the issue was due to a bunch of JVM options that are no

Re: Issue running Tomcat-8.5.72 with JDK15 under windows as a service

2021-10-19 Thread logo
Hi Jean Pierre, Am 2021-10-19 14:57, schrieb Jean-Pierre Urkens: I am verifying a migration from JDK8 to JDK15 and wanted to setup a Tomcat 8.5 server environment for this test (similar to the Tomcat8.5 with JDK8 we have running for the moment). certainly not related to your problem, but

Issue running Tomcat-8.5.72 with JDK15 under windows as a service

2021-10-19 Thread Jean-Pierre Urkens
I am verifying a migration from JDK8 to JDK15 and wanted to setup a Tomcat 8.5 server environment for this test (similar to the Tomcat8.5 with JDK8 we have running for the moment). I installed the instance as a service under my local (test) windows environment and configured the JVM through the

RE: Restriction of TLS version in HTTP2 over HTTPS with OpenSSL

2021-10-19 Thread Natraj Thekkan
Hi, @ Thomas Hoffmann, Mark and Chris, Thanks for your suggestion. We have done changes as per the xml configuration provided by Thomas Hoffmann and then verified the scenario. Now, client connection with TLS1.1 and TLS1.0 are restricted as expected.

Issue running Tomcat-8.5.72 with JDK15 under windows as a service

2021-10-19 Thread Jean-Pierre Urkens
I am verifying a migration from JDK8 to JDK15 and wanted to setup a Tomcat 8.5 server environment for this test (similar to the Tomcat8.5 with JDK8 we have running for the moment). I installed the instance as a service under my local (test) windows environment and configured the JVM through the

Re: Potential Memory Leak with StandardManager [EXTERNAL]

2021-10-19 Thread Tim K
On Mon, Oct 18, 2021 at 2:51 PM Beard, Shawn wrote: > Update to Tomcat 9.0.54. This could be a known security bug that is fixed > in this version. > > https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.54 > I tried updating to that version but it does not appear to be related;

AW: Restriction of TLS version in HTTP2 over HTTPS with OpenSSL

2021-10-19 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, I can recommend SSLScan for verifying your configuration: https://github.com/rbsec/sslscan/releases/tag/2.0.10 Example configuration which I use: SSLScan reports this result: SSL/TLS Protocols: SSLv2 disabled SSLv3 disabled TLSv1.0

Re: Restriction of TLS version in HTTP2 over HTTPS with OpenSSL

2021-10-19 Thread Mark Thomas
On 19/10/2021 06:20, Natraj Thekkan wrote: Hi Mark or Chris, Based on Chris statement, it has to be addressed in tomcat. No, you has misunderstood Chris's statement. All the evidence so far points to user error. Again, you need to provide the simplest, *complete* test case (i.e. the