Re: [solved] Re: connection reset errors

2012-06-11 Thread Jose MarĂ­a Zaragoza
> The solution was to 1) set acceptCount to a higher value in Tomcat and 2) to > configure my OS to allow applications to specify longer accept queues. That > last step was the one missing. I had changed acceptCount before, but since > the OS was limiting the accept queue length I did not see an

[solved] Re: connection reset errors

2012-06-10 Thread Kees Jan Koster
Dear All, Well, I managed to track this down. As it turned out, the problem was that I had a rather short TCP listen queue on the Tomcat connector port (100 elements) and that queue was overflowing. The solution was to 1) set acceptCount to a higher value in Tomcat and 2) to configure my OS to