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

Stuts2的"struts.devMode"设置成true后,不起作用的解决办法

时间:2014-07-01 06:15:33      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:java   struts2   struts.devmode   

不用
 <constant name="struts.devMode" value="true" />
改成
<constant name="struts.configuration.xml.reload" value="true"/>
有人说是因为tomcat加了空格的问题,具体不清楚。
下面是4个开发模式常用配置的简介---
    <!-- 开启使用开发模式,详细错误提示 -->
    <!-- <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"/>-->

Stuts2的"struts.devMode"设置成true后,不起作用的解决办法,布布扣,bubuko.com

Stuts2的"struts.devMode"设置成true后,不起作用的解决办法

标签:java   struts2   struts.devmode   

原文地址:http://blog.csdn.net/teddyu_leo/article/details/36050787

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