> -----Original Message-----
> From: Chuck Caldarale <n82...@gmail.com>
> Sent: Tuesday, June 25, 2024 11:01 AM
> To: Tomcat Users List <users@tomcat.apache.org>
> Subject: Re: Isolating the Root Cause of "Connection Refused"
>
>
> > On Jun 25, 2024, at 12:55, Eric Robinson <eric.robin...@psmnv.com>
> wrote:
> >
> >> You might still be running into the acceptCount limit on the
> >> <Connector>. The default value is 100, so if more connection requests
> >> arrive in between the TCP/IP stack passing them on to the listening
> >> process, some could still be getting rejected.
> >
> > Presumably tomcat would log an error if it rejects a request due to the
> acceptCount limitation?
>
>
> Nope - again, this happens entirely in the TCP/IP stack of the OS, so Tomcat 
> is
> never informed that the acceptCount limit has been reached.
>

I'm obviously not getting something. If I understand correctly, the purpose of 
the acceptCount param is to allow tomcat to reject connections even after the 
TCP stack has passed them to the java process. At that point, the request has 
made it through the OS all the way to tomcat, so if tomcat rejects it, then it 
should log a message... no?

>   - Chuck

Disclaimer : This email and any files transmitted with it are confidential and 
intended solely for intended recipients. If you are not the named addressee you 
should not disseminate, distribute, copy or alter this email. Any views or 
opinions presented in this email are solely those of the author and might not 
represent those of Physician Select Management. Warning: Although Physician 
Select Management has taken reasonable precautions to ensure no viruses are 
present in this email, the company cannot accept responsibility for any loss or 
damage arising from the use of this email or attachments.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to