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]>

Reply via email to