文章列表
我的需求是这样,我需要将struts.xml文件重命名为abc.xml(该文件在src下),我在看了Dispatcher的源文件后,发现需要给其传递一个参数,于是在web.xml中其filter中增加参数如下:
<filter>
<filter-name>struts</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
<init-param> ...