首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

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

2012-09-08 
struts2 struts.xml在web.xml中的不通配置方式struts.xml 在WEB-INF/config文件夹下?init-param ???? p

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

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>?

热点排行