https://bz.apache.org/bugzilla/show_bug.cgi?id=59010
--- Comment #4 from Christopher Schultz <ch...@christopherschultz.net> --- Are you positive you have the same endpoint configuration on both servers (Windows/Linux)? You appear to be using the BIO endpoint on Windows (given the stack trace), but you didn't say what you were using on Linux. The handler and the endpoint must agree on I/O strategy, or at least so-says the javadoc for AbstractProtocol.endpoint (starting at line 80 in Tomcat 7.0.x trunk): /** * Endpoint that provides low-level network I/O - must be matched to the * ProtocolHandler implementation (ProtocolHandler using BIO, requires BIO * Endpoint etc.). */ -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org