On 12/02/2003 09.46.29 "otavio.romao" wrote:
>Hi,
>
>I have an error when I test my web site with 20 simultaneous access, where
10
>of those access passed but the others nop. I mean, I have a web site
(using
>JSP) under tomcat server, in port 8080, and I'm using JMeter to make some
tests
>in the site, and I set to make 20 user login simultaneously, but half of
them
>receive an error message: "Connection reset".
>I wonder if there's a configuration to set to expand the simultaneous
access in
>a website. Thanks a lot...
>
>---------------------------------------------------------------
>Ot�vio Rom�o
>mailto:[EMAIL PROTECTED]
>
>Inatel Competence Center
>Av. Jo�o de Carvalho, 510 - Centro
>Santa Rita do Sapuca� - MG
>Cep.: 37540-000
>Telefone: (35)3471-9300
>Fax.: (35)3471-9310
>e-mail: mailto: [EMAIL PROTECTED]
>home page: http://www.inatel.br
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>
Maybe you have to modify the maxProcessors attribute in the connector used
to receive requests on port 8080 in server.xml file. This attribute should
establish how many requests will be processed simultaneously.
Bye
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]