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 explain
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 Determinati
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 feat
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 WebSo
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,
Raghav
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 26/0
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 piece