Database Connection Requests Initiated but Not Sent on the Wire (Some, Not All)

2024-05-25 Thread Eric Robinson
One of our hosting customers is a medical practice using a commercial EMR running on tomcat+mysql. It has operated well for over a year, but users have suddenly begun experiencing slowness for about an hour at the same time every day. During the slow times, we've done all the usual

Re: Deployment using directory

2024-05-25 Thread Mark Thomas
On 24/05/2024 19:28, Brandie Nickey wrote: Hi all, I am curious if there are any cons to deploying a webapp without using a war file. None. If you deploy a WAR Tomcat will (by default) unpack it and run it from the unpacked directory anyway. If you configure Tomcat to run from the packed

Re: PersistentManager and ClassNotFoundException

2024-05-25 Thread Mark Thomas
On 24/05/2024 14:31, Jakub Królikowski wrote: Hi Mark, It seems to me that this can be tested on any application. In Tomcat 10.1, if any session attribute is an instance of a new public class (unknown to Tomcat and to Tomcat class loader), implementing java.io.Serializable, then on reloading

Re: JVM crashing with caCertificatePath in server.xml

2024-05-25 Thread Andy Arismendi
Hi Michael, After re-reading my previous message, I realized it might have been ambiguous regarding whether I observed caCertificatePath working with or without your first posted file set from http://home.apache.org/~michaelo/issues/tomcat/openssl-crash/. To clarify, it was indeed your first