梦幻之旅

DEBUG - 天道酬勤

   :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  671 随笔 :: 6 文章 :: 256 评论 :: 0 Trackbacks
<?xml version="1.0" encoding="GBK" ?>
<!--指定struts2配置文件的DTD信息-->
<!DOCTYPE struts PUBLIC
 "-//apache Software Foundation//DTD Struts Configuation 2.0//EN"
 "http://struts.apache.org/dtds/struts-2.0.dtd">
<!-- struts 是struts2配置文件的根元素-->
<struts>
    <!--设置Struts 2应用是否使用开发模式--> 
 <constant name="struts.devMode" value="true"></constant>
 <!--每次Http请求到达时,是否重新加载资源文件-->
 <constant name="struts.i18n.reload" value="true"></constant>
 <!--struts.xml文件系统改变后,系统是否重新加载该文件-->
 <constant name="struts.configuration.xml.reload" value="true"></constant>
 <!--指定web应用的默认编码集-->
 <constant name="struts.i18n.encoding" value="gb2312"></constant>
 <!--指定所需的国际化资源-->
 <constant name="struts.custom.i18n.resources" value="messageResource"></constant>
 <!--指定需要Struts 2处理请求的后缀-->
 <constant name="struts.action.extension" value="jspa" />
 <!--struts2的Action必须放在指定的包空间下定义-->
 <package name="strutsqs" extends="struts-default">  
  <global-results>
   <!-- 当返回login视图名时,转入/login/login.jsp页面登录 -->   
   <result name="common_error">/deal/error.jsp</result>
  </global-results>  
 </package> 
 <include file="struts-user.xml"></include>
</struts>
posted on 2008-03-12 19:53 HUIKK 阅读(3747) 评论(2)  编辑  收藏 所属分类: Java

评论

# re: Struts 2 struts.xml 2008-03-28 11:37 yh0456@yahoo.com.cn
好帖···  回复  更多评论
  

# re: Struts 2 struts.xml 2012-09-21 10:35 小新
不错不错  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: