Re: Classloading has a long delay after idle period

2025-07-21 Thread Mark Thomas
On 21/07/2025 17:48, Daniel Sheridan wrote: On 18/07/2025 16:04, Daniel Sheridan wrote: I definitely think there is something happening on the Tomcat side here around caching, I've played with some resource caching settings but it didn't make any difference unfortunately. The flame graph is

Re: Classloading has a long delay after idle period

2025-07-21 Thread Christopher Schultz
Daniel and Mark, On 7/21/25 12:48 PM, Daniel Sheridan wrote: On 18/07/2025 16:04, Daniel Sheridan wrote: I definitely think there is something happening on the Tomcat side here around caching, I've played with some resource caching settings but it didn't make any difference unfortunately.

RE: Classloading has a long delay after idle period

2025-07-21 Thread Daniel Sheridan
>On 18/07/2025 16:04, Daniel Sheridan wrote: > >> I definitely think there is something happening on the Tomcat side here >> around caching, I've played with some resource caching settings but it >> didn't make any difference unfortunately. > >The flame graph is showing that Tomcat is having to r

Re: Classloading has a long delay after idle period

2025-07-21 Thread Mark Thomas
On 18/07/2025 16:04, Daniel Sheridan wrote: I definitely think there is something happening on the Tomcat side here around caching, I've played with some resource caching settings but it didn't make any difference unfortunately. The flame graph is showing that Tomcat is having to reload the

RE: Apache Tomcat 11 TLSCertificateReloadListener

2025-07-21 Thread S Abirami
Thanks Remy. -Original Message- From: Rémy Maucherat Sent: Monday, July 21, 2025 2:54 PM To: Tomcat Users List Subject: Re: Apache Tomcat 11 TLSCertificateReloadListener On Mon, Jul 21, 2025 at 11:15 AM S Abirami wrote: > > > Hi All, > > We are looking for listener to monitor if it's

Re: Apache Tomcat 11 TLSCertificateReloadListener

2025-07-21 Thread Rémy Maucherat
On Mon, Jul 21, 2025 at 11:15 AM S Abirami wrote: > > > Hi All, > > We are looking for listener to monitor if it's a new certificate or an > updated one in the certificate and perform SSL reload. In Tomcat 11.0.9, we > noticed a listener class and the tomcat document says that it only monitors

RE: Apache Tomcat 11 TLSCertificateReloadListener

2025-07-21 Thread S Abirami
Hi All, We are looking for listener to monitor if it's a new certificate or an updated one in the certificate and perform SSL reload. In Tomcat 11.0.9, we noticed a listener class and the tomcat document says that it only monitors the expiry date if certificate and trigger an event which can

Apache Tomcat 11 TLSCertificateReloadListener

2025-07-21 Thread S Abirami
Hi All, We are looking for listener to monitor and perform following actions. In Tomcat 11.0.9, we noticed a listener class and the tomcat document says that it monitors the expiry date if certificate and trigger an event which can be used to reload the SSL configuration. In Chatgpt, it provid