Re: Tomcat not relinquishing control of Jars.

2006-01-05 Thread Brian O'Rourke
that are in the WEB-INF/lib directory slowing down my development. Two options you may want to look into are antiJARLocking and antiResourceLocking, both of which can be specified at the context level. http://tomcat.apache.org/tomcat-5.5-doc/config/context.html -Brian O'Rourke Is anyone else having

how to find number of requests currently being processed?

2005-11-29 Thread Brian O'Rourke
Hello, I'm trying to find out the number of requests currently being processed by my Tomcat server using JMX. I am using Tomcat 5.5.12, where it is no longer possible to find this out by counting the RequestProcessor beans returned by a JMX query - I'm told this is because of a new feature (