求助!!!The Struts dispatcher cannot be found. 错误
我的struts2版本是:2.2.3.1
我加了struts2的那五个包
我加了过滤器
<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>
为什么我的jsp运行就404错误。
但是当我没有加入任何过滤器的时候,myeclipse自带的测试jsp文件(index.jsp)却可以正常显示!
只要一加任何过滤器就直接404错误!如下:
type Status report
message
description The requested resource () is not available.
我搞不懂为什么总是错,请各位帮忙看下!
本人的分不多了、请见谅……