SEVERE: Error filterStart
Hi all,
I've been trying to get a Java servlet going on Tomcat 6 but I get stuck with the following error:
Code:
Apr 1, 2009 1:16:21 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Different example servlets do work so I think it is a issue with the web.xml file of this specific servlet. But I am no Java dev so I do not understand much of the code. Is there a way for me to troubleshoot this? I've tried increasing the log level, all it gave me was too many logs.
I hope someone here can point me in the right direction, many thanks in advance for any help on this. :)