Re: certificate re-loading for apache tomcat without the apache restart

2022-09-26 Thread Christopher Schultz
Raghavendran, On 9/26/22 7:43 AM, Ragavendhiran Bhiman (rabhiman) wrote: Is there any way to reload new certificates as well with restarting the tomcat services? Yes, but you will have to use JMX to essentially re-configure the connector, and then reload/restart it. The mail below

Re: Tomcat 8.5.8x patch upgrade failing

2022-09-26 Thread Christopher Schultz
Doug, On 9/23/22 11:20 AM, Cannatella, Douglas wrote: We are currently using Tomcat 8.5.53 and tried to upgrade patch 8.5.81 & 8.5.82 using Ivanti Patch tool. Did it work? Our project is using OpenJDK version: 1.8.0_242, Microsoft Framework 4.0.0 running TR/ OneSource Indirect Tax

[ANN] Apache Tomcat 9.0.67 available

2022-09-26 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.67. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.67 is a bugfix and

[ANN] Apache Tomcat 10.1.0 (stable) available

2022-09-26 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.1.0 (stable). This is the first stable release of the 10.1.x branch. Apache Tomcat 10 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta

Re: certificate re-loading for apache tomcat without the apache restart

2022-09-26 Thread Ragavendhiran Bhiman (rabhiman)
Is there any way to reload new certificates as well with restarting the tomcat services? The mail below explains the modification of certificates only considered and not the new ones. Our scenario is to load new certificates as well if the nssdb got changed dynamically. Thanks & Regards,

Re: certificate re-loading for apache tomcat without the apache restart

2022-09-26 Thread Ivano Luberti
Agree Here you can find documentation of what Peter says https://tomcat.apache.org/tomcat-10.0-doc/manager-howto.html#Reload_TLS_configuration using  a call to the manager app. It doesn't take into account new certificates but only existing ones, because it dosn't reparse server.xml Il

Re: certificate re-loading for apache tomcat without the apache restart

2022-09-26 Thread logo
Raghavendran, > Am 26.09.2022 um 08:54 schrieb Ragavendhiran Bhiman (rabhiman) > : > > Hi All, > > I have a scenario where I need to reload the certificates which are newly > updated in the NSS DB without restarting the apache – tomcat. > Is there any way to do it? > > Kindly share some

certificate re-loading for apache tomcat without the apache restart

2022-09-26 Thread Ragavendhiran Bhiman (rabhiman)
Hi All, I have a scenario where I need to reload the certificates which are newly updated in the NSS DB without restarting the apache – tomcat. Is there any way to do it? Kindly share some piece of code to achieve the reloading of the certificates without restarting the apache tomcat service