Tomcat +SEVERE: Remote Host /127.0.0.1 SocketExcep
SEVERE: Remote Host /127.0.0.1 SocketException: Software caused
Hi,
I am using tomcat 5.28,Type 4 Driver and Ms SQL server 2005
My application contains core servlets that uses Database heavily.
I want to make my application stable for 1000 concurrent requests.
So I am opening 1000 windows with path to my Servlet in a for loop using Java Script.
But most of the requests fails showing following message on Tomcat Cons
ole Window. There is no access logs for these failures in Tomcat Log..
Jul 26, 2007 11:01:10 AM org.apache.tomcat.util.net.TcpWorkerThread runIt
SEVERE: Remote Host /127.0.0.1 SocketException: Software caused connection abort
: recv failed
I don't know what is the problem...
How o test servlet for 1000 concurrent requests.
Please any one can help me. As I need to solve this problem as soon as possible...
Thanks in advance.
|