RE: URLConnection was rejected in Apache-Tomcat Web envirment!

2002-04-17 Thread Yaogeng Cheng
, April 17, 2002 3:44 PM To: Tomcat Users List Subject: Re: URLConnection was rejected in Apache-Tomcat Web envirment! For apache limits, see: http://httpd.apache.org/docs/mod/directives.html For linux, try 'sysctl -a' to see a list of limits. How many connections/sec were you crea

Re: URLConnection was rejected in Apache-Tomcat Web envirment!

2002-04-17 Thread Ken Anderson
For apache limits, see: http://httpd.apache.org/docs/mod/directives.html For linux, try 'sysctl -a' to see a list of limits. How many connections/sec were you creating? Ken Yaogeng Cheng wrote: > Hi: > > I was testing my servlet under Apach-Tomcat envirment in Linux system. I > opened 200

URLConnection was rejected in Apache-Tomcat Web envirment!

2002-04-17 Thread Yaogeng Cheng
Hi: I was testing my servlet under Apach-Tomcat envirment in Linux system. I opened 200 threads in my Win 2000 and kept opening URLConnections and sent some String to the servlet using DataOutputStream dateOut = new DataOutputStream(conn.getOutputStream());. After a period of time, a lot of thre