Is there a way to get the values of variables from the server.xml file
from a webapp running within tomcat?

Specifically, my webapp would like to know what the current value of
the Connector acceptCount.

Even more specifically, my webapp is serving pages, and answering SOAP
requests.  I need to prevent a large batch of SOAP requests from
blocking every Connector thread - so when my filter which intercepts
SOAP requests notes that the free Connector count is getting low, it
can reject some SOAP requests.

Any suggestions on how to do this?

Thanks,

Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to