RE: Where to look for "connection refused" errors in Tomcat6.0.18 ?

2008-10-18 Thread Martin Gainty
nsmission. > To: users@tomcat.apache.org > Subject: RE: Where to look for "connection refused" errors in Tomcat6.0.18 ? > From: [EMAIL PROTECTED] > Date: Sat, 18 Oct 2008 15:54:38 +0530 > > Thanks Peter for your answer . you said : > > You *can never* see these er

Re: Where to look for "connection refused" errors in Tomcat6.0.18 ?

2008-10-18 Thread André Warnier
[EMAIL PROTECTED] wrote: Thanks Peter for your answer . you said : You *can never* see these errors in Tomcat, because Tomcat is never aware that the connection was received. The operating system's TCP/IP stack has received the incoming SYN, tried to queue the connection request on Tomcat's a

RE: Where to look for "connection refused" errors in Tomcat6.0.18 ?

2008-10-18 Thread Choudhury
Thanks Peter for your answer . you said : > You *can never* see these errors in Tomcat, because Tomcat is never > aware that the connection was received. The operating system's > TCP/IP stack has received the incoming SYN, tried to queue the > connection request on Tomcat's accept queue, failed

RE: Where to look for "connection refused" errors in Tomcat6.0.18 ?

2008-10-17 Thread Peter Crowther
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > "If still more simultaneous requests are received, they are > stacked up inside the server socket created by the Connector, > up to the > configured maximum (the value of the acceptCount attribute. > Any further > simultaneous requests will rece

Where to look for "connection refused" errors in Tomcat6.0.18 ?

2008-10-17 Thread Choudhury
Hi, We are suspecting that during load testing with Jmeter , Tomcat 6.0.18 in Java 1.6 in Windows is experiencing more requests than it can handle . I have seen the documentation for the HTTP connector element and it says that "If still more simultaneous requests are received, they are s