How do you test your configuration? You test with more than 20 users? Your configuration is correct according to your explication, but does it can really work? If you test with a soft as LoadRunner, I think you have a simulation scenario. What do the first 20 users after their requests are completed? Do they launch others ones? If it's the case, Tomcat cannot have the time to process the 100 ones in the queue.
-----Message d'origine----- De : Donie Kelly [mailto:[EMAIL PROTECTED]] Envoy� : mardi 10 septembre 2002 17:17 � : 'Tomcat Users List' Objet : RE: server.xml and configuring connection pools Can somebody please help me with this.... Thanks Donie -----Original Message----- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: 10 September 2002 11:12 To: 'Tomcat Users List' Subject: server.xml and configuring connection pools Hi all Simple problem I guess. I'm trying to limit tomcat to 20 threads max but still accept connections using the acceptCount parameter of Connector in server.xml. My problem is that the application will accept up to 20 connections and give connection refused for everything else. What am I doing wrong? I thought I would have to make 120 active connections before I would get connection refused? My config is below.... Thanks Donie <Connector className="org.apache.catalina.connector.http.HttpConnector" port="80" minProcessors="5" maxProcessors="20" enableLookups="true" redirectPort="443" acceptCount="100" debug="0" connectionTimeout="60000"/> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
