Re: adding new SSL certificate without restarting tomcat

2025-06-03 Thread Ivano Luberti
Yes, that was the conclusion reached also by the other ml members. Thanks to everyone ! Il 03-Jun-25 17:54, Mark Thomas ha scritto: On 03/06/2025 16:29, Ivano Luberti wrote: Because the contexts (webapps) in this instance can serve requests form different domains. https://domain1/context1

Re: adding new SSL certificate without restarting tomcat

2025-06-03 Thread Mark Thomas
On 03/06/2025 16:29, Ivano Luberti wrote: Because the contexts (webapps) in this instance can serve requests form different domains. https://domain1/context1 https://domain2/context2 So this is a host environment where you need to add and remove customers each with their own domain? If th

Re: adding new SSL certificate without restarting tomcat

2025-06-03 Thread Ivano Luberti
Because the contexts (webapps) in this instance can serve requests form different domains. https://domain1/context1 https://domain2/context2 Il 03-Jun-25 15:27, Mark Thomas ha scritto: Why do you need to add/remove a certificate? Mark On 03/06/2025 09:15, Ivano Luberti wrote: Hi Mark, onl

Re: adding new SSL certificate without restarting tomcat

2025-06-03 Thread Mark Thomas
Why do you need to add/remove a certificate? Mark On 03/06/2025 09:15, Ivano Luberti wrote: Hi Mark, only problem to solve is to avoid restart upon adding/removal of an SSL certificate. Il 29-May-25 09:38, Mark Thomas ha scritto: On 29/05/2025 07:59, Ivano Luberti wrote: Thanks Chris, yes

Re: adding new SSL certificate without restarting tomcat

2025-06-03 Thread Ivano Luberti
Hi Mark, only problem to solve is to avoid restart upon adding/removal of an SSL certificate. Il 29-May-25 09:38, Mark Thomas ha scritto: On 29/05/2025 07:59, Ivano Luberti wrote: Thanks Chris, yes that's what I tried to explain from the beginning, sorry I wasn't clear enough. To summarize