Hello, I want to enforce rejection of connections after the *maxConnections + acceptCount *has been reached. This seems to be working fine with Windows but, on Linux the limit is not getting applied and we do not see the requests getting rejected.
I am using embedded Tomcat 9 with Http11NioProtocol. Please advise. Thanks!