Hi Experts,
In our product, we are using Tomcat [OriginalFileName: prunsrv.exe] for
creating a service[Say, Service-A]. It's a huge product running in market for
last 20 years.
We are in progress of moving from Tomcat-8 to tomcat-9.
When we are creating the Service-A with Tomcat-8 [tomcat8.exe
Thank you for taking the time. Removing Gradle from equation did not
make a difference.
I did what I should have done in the beginning though and turned up the
logging level. When an endpoint gets shut down, since there is no other
way of waking the Acceptor up, a fake connection is made. This
> On Feb 23, 2024, at 10:18, Michał Szymborski
> wrote:
>
> Hi, I've encountered an issue where the acceptor doesn't stop cleanly when
> shutting Tomcat down on some machines. I'm using tomcat-embed-core 10.1.19,
> I've tested it on Ubuntu 22.04 and MacOs Sonoma 14.3.1.
>
> Here is a minimum