Ajit Raj
Apr 20th, 2007, 08:00 PM
Hi, Group,
I have a web application that is with tapestry and spring framework. The tomcat which runs on a UNIX box starts fine with application. But, after I put the web app on Windows-xp with tomcat 5.5.20/eclipse installed. It failed to start properly with the following error:
Apr 19, 2007 3:59:15 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Apr 19, 2007 3:59:15 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/Sample] startup failed due to previous errors
I looked at the web.xml code and it seems that the following setting caused the above error:
<!-- load Spring application context on startup -->
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListe ner
</listener-class>
</listener>
I appreciate if anyone could let me know where the problem is or I can get more debug info about it.
Thanks,
Ajit
I have a web application that is with tapestry and spring framework. The tomcat which runs on a UNIX box starts fine with application. But, after I put the web app on Windows-xp with tomcat 5.5.20/eclipse installed. It failed to start properly with the following error:
Apr 19, 2007 3:59:15 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Apr 19, 2007 3:59:15 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/Sample] startup failed due to previous errors
I looked at the web.xml code and it seems that the following setting caused the above error:
<!-- load Spring application context on startup -->
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListe ner
</listener-class>
</listener>
I appreciate if anyone could let me know where the problem is or I can get more debug info about it.
Thanks,
Ajit