`
lishumingwm163.com
  • 浏览: 335122 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

struts2 struts.xml在web.xml中的不通配置方式

    博客分类:
  • java
阅读更多

struts.xml 在WEB-INF/config文件夹下

 

<init-param>
     <param-name>config</param-name>  
     <param-value>
     struts-default.xml,
     struts-plugin.xml,
     ../config/struts.xml
     </param-value> 
     </init-param> 

 

struts.xml 在src/config文件夹下

 

<init-param>
     <param-name>config</param-name>  
     <param-value>
     struts-default.xml,
     struts-plugin.xml,
       config/struts.xml
     </param-value> 
     </init-param> 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics