Re: Tomcat 9.0.80 Server Issues.

2024-07-26 Thread Terence M. Bandoian
I think this is called thread hijacking which is frowned upon on this list. Try re-sending the message with a new thread. -Terence Bandoian On 7/26/2024 9:04 PM, Dick Hildreth wrote: I'm running Tomcat 10.1 on OpenJDK JVM version 22.0.0+8-16, using hSQLdb 2.7.3 connected via commons-dbcp2-2.12

Re: Tomcat 9.0.80 Server Issues.

2024-07-26 Thread Dick Hildreth
I'm running Tomcat 10.1 on OpenJDK JVM version 22.0.0+8-16, using hSQLdb 2.7.3 connected via commons-dbcp2-2.12.0 and commons-pool-2.12.0. It works fine for a while, as previous versions of this combination had, but after a relatively short time (unknown whether it's clock time or usage instances)

RE: Reg: tomcat CPU spikes

2024-07-26 Thread Jalaj Asher
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 cache static content, which can be cached separately on client end, or jsps which are compi

Re: Tomcat 9.0.80 Server Issues.

2024-07-26 Thread Venkat Dama
Hi Tomcat Users Group, When I clear the browser cache in chrome browser and testing my web application using Tomcat 9.0.91 version by entering wrong password and right user name first it throws error properly which is correct, then second time when I enter correct user ID/Password it takes m

Re: Issue with the log4j2.xml

2024-07-26 Thread Christopher Schultz
Saicharan, On 7/26/24 09:36, Burle, Saicharan wrote: We are observing a strange behavior for our app running on the Tomcat9. Issue: We have 2 applications configured on tomcat9 (Java8) named app1 & app2. There are 2 log files named a.log & b.log to be created under a path /a/b/c (for app1) & /

Re: Tomcat 9.0.80 Server Issues.

2024-07-26 Thread Christopher Schultz
Venkat, On 7/26/24 08:06, Venkateswararao Dama wrote: Even Tomcat 9.0.91 version with JDK 17 and application running on Windows 2022 server has same caching issues Okay. in 9.0.91 version of Tomcat Callback handlers are working as it expected in JAAS authentication according to Tomcat 9.0.91

Issue with the log4j2.xml

2024-07-26 Thread Burle, Saicharan
Hi Team, We are observing a strange behavior for our app running on the Tomcat9. Issue: We have 2 applications configured on tomcat9 (Java8) named app1 & app2. There are 2 log files named a.log & b.log to be created under a path /a/b/c (for app1) & /d/e/f (for app2) and this path is defined in

Re: Tomcat 9.0.80 Server Issues.

2024-07-26 Thread Christopher Schultz
Chuck and Venkat, On 7/25/24 22:48, Chuck Caldarale wrote: On Jul 25, 2024, at 20:45, venkatd...@hotmail.com Shanthisowjanyadama9 wrote: >> I am also wondering why backward compatibility is not maintained in Tomcat Server end when I switch from one version of Tomcat to another version. Co

Re: Tomcat 9.0.80 Server Issues.

2024-07-26 Thread Venkateswararao Dama
Hi Tomcat Users Group, Even Tomcat 9.0.91 version with JDK 17 and application running on Windows 2022 server has same caching issues, in 9.0.91 version of Tomcat Callback handlers are working as it expected in JAAS authentication according to Tomcat 9.0.91 change log, is this true, in Tomcat 9.