Re: SocketException: socket write error on 101st POST on Tomcat 5.5.16

2006-03-24 Thread Bill Barker
By default, the HTTP/1.1 Connector only allows 100 keep-alive requests on a single Socket connection. You can set maxKeepAliveRequests="-1" to allow an arbitrary number of keep-alive requests, or any positive value to stop it at that many. Of course, for the robustness of your application, you

SocketException: socket write error on 101st POST on Tomcat 5.5.16

2006-03-24 Thread Mohanty, Aseem
Hi All, I am in a bit of a fix following an upgrade to Java 5.0 update 6 and Tomcat 5.5.16. One of the tasks that our application does is to send out a serialized object to a servlet, which then populates it and sends it back. The communication from the client side is maintained via a raw socket (