Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

Tomcat limited connection to only 1

Frankbl

2007-01-19

Replies:


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

--
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.