Re: Tomcat 6.0 queries

2012-10-13 Thread Mark Eggers
On 10/13/2012 3:42 AM, vivek aggarwal wrote: Hello All, Can you guys please help in understanding my following concerns/queries :- 1. How can we configure the number of threads for managing simultaenous > HTTP connection requests coming from Apache. Is there any connection time out value we

Re: Tomcat 6.0 queries

2012-10-13 Thread Jose MarĂ­a Zaragoza
2012/10/13 vivek aggarwal : > Hello All, > > Can you guys please help in understanding my following concerns/queries :- > > 1. How can we configure the number of threads for managing simultaenous HTTP > connection requests coming from Apache. Is there any connection time out value > we have at th

Re: How to gracefully shutdown Tomcat using JSVC

2012-10-13 Thread Mark Thomas
On 13/10/2012 04:27, Andrew Feller wrote: > Is there a graceful way to drain connections and shutdown Tomcat with JSVC? Not JSVC specific but if you pause a connector (e.g. via JMX) all current requests will be allowed to complete but no new requests (including those over keep-alive connections) w