Re: Jakarta EE 11 Release Delayed

2024-07-30 Thread Mark Thomas
On 30/07/2024 15:53, William Crowell wrote: Good morning, I received an update from the Jakarta EE Community mailing list this morning that the Jakarta EE 11 final release will be pushed out a quarter to deal with platform TCK migration to Arquillian/Junit 5. The exact target date is still TB

Re: Reg: tomcat CPU spikes

2024-07-30 Thread Christopher Schultz
Mark, On 7/29/24 05:37, Mark Thomas wrote: On 26/07/2024 22:19, Jalaj Asher wrote: Thanks Christopher. But can we also consider allowing caching of different types as caching jar files is very valuable as that avoids jar scans real time when the production is under load . But trying to cach

Re: Which is better: many concurrent requests or a deep backlog?

2024-07-30 Thread Christopher Schultz
To whom it may concern, On 7/30/24 10:33, mw...@iu.edu wrote: For various reasons I have Tomcat behind Apache HTTPD via mod_proxy_ajp, and I'm looking for good ways to think about the proxy connection pool. I'm wondering if I should let HTTPD make as many connections as it wants, or set a maxim

Re: how to use provider with java 18 , différent from java 11

2024-07-30 Thread Christopher Schultz
Aughra, On 7/27/24 10:32, aughra wrote: Hello everyone, Maybe this question has been asked many times, but I have a problem that I can't find a solution for,. To summarize, I have: A Java program WAR on Tomcat, and Tomcat must contain a provider to call an encryption module to obtain keys.

Re: Issue with the log4j2.xml

2024-07-30 Thread Sebastian Trost
Saicharan, I think you're mistaking this mailing list for a paid support hotline. Nobody on this mailing list is getting paid to solve your problem. Chris already gave you a couple of hints. This is what I'm getting from your first e-mail: RHEL-7 "UCD build and deploy": OK RHEL-8 "apps built

Jakarta EE 11 Release Delayed

2024-07-30 Thread William Crowell
Good morning, I received an update from the Jakarta EE Community mailing list this morning that the Jakarta EE 11 final release will be pushed out a quarter to deal with platform TCK migration to Arquillian/Junit 5. The exact target date is still TBD. I am assuming this also pushes Apache Tomc

RE: Issue with the log4j2.xml

2024-07-30 Thread Burle, Saicharan
Hi Team, Can I get any update on this request? I have responded to the queries asked, PFA email for the same. Regards, Saicharan Burle Lead Infrastructure Engineer Chief Technology Office | Foundational Hosting Platform | Middleware Product Engineering G=ETI DPS Middleware Prod Eng Block B1A D

Which is better: many concurrent requests or a deep backlog?

2024-07-30 Thread mwood
For various reasons I have Tomcat behind Apache HTTPD via mod_proxy_ajp, and I'm looking for good ways to think about the proxy connection pool. I'm wondering if I should let HTTPD make as many connections as it wants, or set a maximum pool size and let requests wait in the proxy. This is probabl