I am deploying a struts2 application over tomcat 5.5 and get the
following error:
Dec 20, 2007 4:10:06 PM org.apache.catalina.core.StandardContext
start
SEVERE: Error filterStart
Dec 20, 2007 4:10:06 PM org.apache.catalina.core.StandardContext
start
SEVERE: Context [/RPGIS] startup failed due to previous errors
By playing with the filters in web.xml, I identified that the following
filter causes the error.
<filter>
<filter-name>struts2</filter-name>
<filter-class>
org.apache.struts2.dispatcher.FilterDispatcher
</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
Any idea?
Thanks!
Xibin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]