Tomcat startup logs - SEVERE: Error filterStart how to get a stack trace?

Posted by Benju on Stack Overflow See other posts from Stack Overflow or by Benju
Published on 2010-06-10T17:20:37Z Indexed on 2010/06/10 17:23 UTC
Read the original article Hit count: 230

Filed under:
|
|

When I start Tomcat I get the following error:

Jun 10, 2010 5:17:25 PM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Jun 10, 2010 5:17:25 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/mywebapplication] startup failed due to previous errors

It seems odd that the logs for Tomcat would not include a stack trace. Does somebody have a suggestion for how to increase the logging in Tomcat to get stack traces for errors like this?

© Stack Overflow or respective owner

Related posts about java

Related posts about tomcat