This might be helpful:
https://docs.oracle.com/en/java/javase/17/docs/specs/man/jar.html
-Terence Bandoian
On 5/17/2023 11:06 PM, Meltron Kendrick wrote:
I created a "jar" file using WinRAR -- but no go ---
Got the following error message...
"Error: Could not find or load main class
org.apa
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 th
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 file...
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 nei
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
---
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
org.apache.tomcat.util.net.AbstractJsseEndpoi
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
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