Hi: I am using org.apache.coyote.tomcat4.coyoteConnector on port 8080. It was set with maxProcessors in 75 (default) and the I changed it to 150. After that I restarted tomcat but it continues failing. It worked fine the first time I run the test with 100 clients and the just hang up the next times. No message in the log... what can it be?
thanx Ernesto "Barry Levinson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sounds like you may have run out of tomcat processors. > > What does your tomcat server.xml configuration look like? Are you using > org.apache.catalina.connector.http.HttpConnector as a connector, and if > so, what do you have maxProcessors set to? (it should probably be > 100 > for you test). > > --Barry > > Ernesto Guevara wrote: > > >I am doing some testing with concurrency in axis with tomcat, under RH Linux > >7.3 > >I created a client with multithreads to test with 1, 5, 10, 25, 50 and 100 > >concurrent calls. > >The service is a small app running in a server. > >Client runs in a differente machine, inside a LAN. > >It just doesn´t work with 100 clients, calls receive an error for connection > >time exceded in the client. > >But I can not see anything in the log for tomcat, how can I know what > >happended exactly? > > > >thanx > > > > > >-- > >Ernesto A. Guevara > >Departamento de Ciencia de la Computación Pontificia Universidad Católica de > >Chile > >Escuela de Ingeniería Teléfono: +56 2 6864067 > >Vicuña Mackenna 4860 E-Mail: [EMAIL PROTECTED] > >Macul / Santiago - Chile Fax: +56 2 6864444 > > > > > > > > > > > > > > > > > > > > >