I will limited the connection for tomcat to one. I have tryed any
configuration with the connector in server.xml. but nothing will work.
Can anyone say what i must do to get the right parameters. here my last
configuration string.

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8080"
maxThreads="1" minSpareThreads="1" maxSpareThreads="1" minProcessors="1"
maxProcessors="1" enableLookups="false" acceptCount="1" debug="0"
connectionTimeout="20000" useURIValidationHack="false"/>

Thanks for your help.

Frank

-- 
View this message in context: 
http://www.nabble.com/Tomcat-limited-connection-to-only-1-tf3039025.html#a8446295
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to