2011/11/11 Ilya Kazakevich <ilya.kazakev...@jetbrains.com>: >>Do you know there are ~30 different versions of 6.0.x ? > > 6.0.32 > > >>What docs? > http://tomcat.apache.org/tomcat-6.0-doc/logging.html#Console > > I believe uncought exception should be printed to stderr as it does by > java.lang.ThreadGroup.uncaughtException. >
And what makes you think that exception thrown by a servlet are uncaught? Only if a servlet starts a thread and that thread throws an exception there is nothing to catch it. A Servlet itself is always executed by Tomcat (if you have ever seen the stacktraces printed by servlets). It does not prevent Servlet form using proper logging framework, or those old log() methods in Servlet API. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org