Re: Tomcat 9x NIO connector socket timeout

2022-11-07 Thread Mark Thomas
connectionTimeout and socket.soTimeout are the same attribute. The value used is the most recent one set regardless of which setter was used. For the simple case of blocking read/write then the default timeout will be the same as connectionTimeout. Once you get into async, WebSocket and

Tomcat 9x NIO connector socket timeout

2022-11-04 Thread Pawel Veselov
Hello. I was wondering what exact value does Tomcat 9x use for NIO connector socket timeouts? I.e., when the following exception occurs: org.apache.catalina.connector.ClientAbortException java.net.SocketTimeoutException at