RE: Reg: tomcat CPU spikes

2024-08-06 Thread Jalaj Asher
Thanks Mark and Chris for the suggestions , I created a template to test out and wanted to confirm if this is the correct syntax Does something like this work? With me wanting to caching a specific jar ? Or would I need to go with Regards Jalaj P Asher -Original Message---

Re: module-info.class missing in tomcat-servlet-api v10.1.26

2024-08-06 Thread Christopher Schultz
All, On 8/6/24 09:02, Chuck Caldarale wrote: On Aug 6, 2024, at 07:50, Georg Kunkemöller wrote: i upgraded my tomcat-servlet-api from 10.1.25 to 10.1.26 and noticed that between those 2 the module-info.class went missing which breaks my application which requires the jakarta.servlet module

Re: module-info.class missing in tomcat-servlet-api v10.1.26

2024-08-06 Thread Chuck Caldarale
> On Aug 6, 2024, at 07:50, Georg Kunkemöller > wrote: > > i upgraded my tomcat-servlet-api from 10.1.25 to 10.1.26 and noticed that > between those 2 the module-info.class went missing which breaks my > application which requires the jakarta.servlet module. I could also not > find it i a subd

module-info.class missing in tomcat-servlet-api v10.1.26

2024-08-06 Thread Georg Kunkemöller
Hello, i upgraded my tomcat-servlet-api from 10.1.25 to 10.1.26 and noticed that between those 2 the module-info.class went missing which breaks my application which requires the jakarta.servlet module. I could also not find it i a subdirectory somewhere. Was this change intentional? Best regards

[ANN] Apache Tomcat 11.0.0-M24 (beta) available

2024-08-06 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.0-M24 (beta). Apache Tomcat 11 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations s

Re: AW: Problem getting logging from TldScanner

2024-08-06 Thread Mark Thomas
On 06/08/2024 09:39, Döscher, Andreas (ESI) wrote: Hi Mark, ah! Thanks! After I enabled java.util.logging.ConsoleHandler.level = ALL (and set the level to FINEST) I got the TLD messages I was missing. FYI, it looks like we will switch those logs back to debug (FINE) but change the handler le

AW: Problem getting logging from TldScanner

2024-08-06 Thread ESI
Hi Mark, ah! Thanks! After I enabled java.util.logging.ConsoleHandler.level = ALL (and set the level to FINEST) I got the TLD messages I was missing. Thanks, Andreas -Ursprüngliche Nachricht- Von: Mark Thomas Gesendet: Dienstag, 6. August 2024 09:58 An: users@tomcat.apache.org Betref

Re: Problem getting logging from TldScanner

2024-08-06 Thread Mark Thomas
On 05/08/2024 11:07, Döscher, Andreas (ESI) wrote: Moin, I wanted to check the TLD scanner and placed* org.apache.jasper.servlet.TldScanner.level = FINE in logging.properties, but under Tomcat 10.1.25 and Tomcat 9.0.91 I get only 05-Aug-2024 10:43:29.958 INFO [main] org.apache.jasper.servlet.