码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat不需要重启热部署xml文件

时间:2017-11-13 19:46:08      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:样式   配置   result   span   nocache   样式表   解释   资源   mode   

项目中,遇到情况,有时候增加struts的配置了,有时候粗心改错了,然后急需要发布线上吧,又不能重启影响其他的,最后发现struts有这个功能呢!

在struts.xml的配置文件中加上一句话就行

<struts>
<constant name="struts.configuration.xml.reload" value="true"/>
    
</struts>

另配上解释:

开发模式常用配置的简介---
    <!-- 开启使用开发模式,详细错误提示 -->
    <!-- <constant name="struts.devMode" value="true"/>-->
    <!-- 指定每次请求到达,重新加载资源文件 -->
    <!-- <constant name="struts.i18n.reload" value="true"/>-->
    <!-- 指定每次配置文件更改后,自动重新加载 -->
    <!-- <constant name="struts.configuration.xml.reload" value="true"/>-->
    <!-- 指定XSLT Result使用样式表缓存 -->
    <!-- <constant name="struts.xslt.nocache" value="true"/>-->

 

tomcat不需要重启热部署xml文件

标签:样式   配置   result   span   nocache   样式表   解释   资源   mode   

原文地址:http://www.cnblogs.com/emperorking/p/7827496.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!