如果我在web.xml中更改默认的struts.xml路径,我在struts2中使用struts2-convention-plugin和struts2-config-browser-plugin:
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
<init-param>
<param-name>config</param-name>
<param-value>struts-default.xml,struts-plugin.xml,struts/struts.xml</param-value>
</init-param>
</filter>
他们不能再工作,为什么?
答案 0 :(得分:0)
struts/struts.xml
用于查找Struts配置文件,但由于它不存在而无法打开它。请改用struts.xml
并将其放在类路径上。