>>A Servlet itself is always executed by >>Tomcat (if you have ever seen the stacktraces printed by servlets).
I understand that servlet runs in tomcat's thread-pool. >>It does not prevent Servlet form using proper logging framework, or >>those old log() methods in Servlet API. But when my servlet throws exception -- tomcat catches it and displays 500 error. Anyway: I found the error. It was my framework (struts), not tomcat trouble. Tomcat itself logs any exception thrown by filter or servlet. I should check it before write to this list. Sorry. Ilya. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org