JSP学习笔记(一百二十七):改变 struts2 中 struts.xml 默认路径

 <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.xml</param-value>
  </init-param>
 </filter>

 

posted @ 2014-10-20 15:12  魔豆  阅读(165)  评论(0编辑  收藏  举报