On 26/04/2016 06:07, Mihir Patel wrote: <snip/>
> *Ask/Comment:* First of all, It was disappointing to not find any > errors/log Any exceptions thrown at that point should be logged to standard out. Depending on how bad the error condition is, the JVM might not be able to manage that but such a situation would be pretty unusual. > So, at the very least, would it make sense > to swap ExceptionUtils.handleThrowable and log.error in last catch block so > that we do see at least error reported? No. The errors being discussed are typically fatal to the JVM. In many cases attempting to use the logging system would simply trigger more errors and possibly mask the original error. > Additionally, it doesn't make sense > to "end" the main acceptor thread, so we should report the error in logs > but continue accepting new threads. See above. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org