Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-17 Thread Meltron Kendrick
I created a "jar" file using WinRAR -- but no go --- Got the following error message... "Error: Could not find or load main class org.apache.catalina.util.ServerInfo" Any ideas on HOW TO properly do this? On Wed, May 17, 2023 at 9:58 PM Meltron Kendrick wrote: > I was able to DECOMPRESS

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-17 Thread Meltron Kendrick
I was able to DECOMPRESS the .jar file -- using 7-zip -- and edited the org/apache/catalina/util/ServerInfo.properties file to the proper version and date info... Now I need to COMPRESS everything with the updated org/apache/catalina/util/ServerInfo.properties file added back into the .jar

Re: Too many certificates in chain?!? Help!

2023-05-17 Thread James H. H. Lampert
On 5/17/23 5:10 PM, Jason Tan wrote: Have a look at this. https://success.qualys.com/discussions/s/question/0D52L4To0DUSAZ/your-ssl-server-test-incorrectly-reports-an-incomplete-chain That's actually my own thread, from a few years ago. The problem here is not an incomplete chain, and

RE: Too many certificates in chain?!? Help!

2023-05-17 Thread Jason Tan
Hi James, Have a look at this. https://success.qualys.com/discussions/s/question/0D52L4To0DUSAZ/your-ssl-server-test-incorrectly-reports-an-incomplete-chain You might have the issue where your chain length is 1 when it should be 3. You may need to redo your certs. Best Regards, Jason Tan

Too many certificates in chain?!? Help!

2023-05-17 Thread James H. H. Lampert
Ladies and Gentlemen: I just had to revert a customer Tomcat server immediately after plugging in a new keystore. It failed in protocol handler initialization. Caused by: java.lang.IllegalArgumentException: Too many certificates in chain  at

Re: unsupported source vm 17?

2023-05-17 Thread Mark Thomas
On 17/05/2023 11:58, Holger Klawitter wrote: Hi there, I am using tomcat 9.0.73 along with jdk 17.0.7+8. I have set up tomcat to support jdk 17 on all jsp pages. jsp org.apache.jasper.servlet.JspServlet compilerSourceVM 17

unsupported source vm 17?

2023-05-17 Thread Holger Klawitter
Hi there, I am using tomcat 9.0.73 along with jdk 17.0.7+8. I have set up tomcat to support jdk 17 on all jsp pages. jsp org.apache.jasper.servlet.JspServlet compilerSourceVM 17 compilerTargetVM 17

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-17 Thread Meltron Kendrick
Thank you Chuck! What is the best way to go about updating the 3 lines to accurately reflect the proper version details? On Tue, May 16, 2023 at 9:08 PM Chuck Caldarale wrote: > > > On 2023-05-16, at 17:02, Meltron Kendrick > wrote: > > > > I am trying to get these fields to UPDATE