Re: Maximum Connections

2003-03-21 Thread E.Narayanan
Subject: RE: Maximum Connections I think you need to look at the server side of your configuration (JBoss - the web server component - Tomcat or Jetty?). Most likely it is refusing connections once a certain number are being handled concurrently.   Keith

RE: Maximum Connections

2003-03-21 Thread Keith Hatton
[mailto:[EMAIL PROTECTED]Sent: 21 March 2003 06:46To: [EMAIL PROTECTED]Subject: Maximum Connections Hi,     I have an Axis Web service hosted on Jboss. For performance testing  I had made a java  client which creates threads and makes webservice calls. The calls were using the

Maximum Connections

2003-03-20 Thread E.Narayanan
Title: Message Hi,     I have an Axis Web service hosted on Jboss. For performance testing  I had made a java  client which creates threads and makes webservice calls. The calls were using the proxies generated from wsdl2java.It worked fine with 100 and 200 threads. When I tried with 300 thr