首页 > 代码库 > Stuts2的"struts.devMode"设置成true后,不起作用的解决的方法
Stuts2的"struts.devMode"设置成true后,不起作用的解决的方法
不用
<constant name="struts.devMode" value=http://www.mamicode.com/"true" />
改成
<constant name="struts.configuration.xml.reload" value=http://www.mamicode.com/"true"/>
有人说是由于tomcat加了空格的问题,详细不清楚。
<constant name="struts.devMode" value=http://www.mamicode.com/"true" />
改成
<constant name="struts.configuration.xml.reload" value=http://www.mamicode.com/"true"/>
有人说是由于tomcat加了空格的问题,详细不清楚。
以下是4个开发模式经常使用配置的简单介绍---
<!-- 开启使用开发模式。具体错误提示 -->
<!-- <constant name="struts.devMode" value=http://www.mamicode.com/"true"/>-->
<!-- 指定每次请求到达,又一次载入资源文件 -->
<!-- <constant name="struts.i18n.reload" value=http://www.mamicode.com/"true"/>-->
<!-- 指定每次配置文件更改后。自己主动又一次载入 -->
<!-- <constant name="struts.configuration.xml.reload" value=http://www.mamicode.com/"true"/>-->
<!-- 指定XSLT Result使用样式表缓存 -->
<!-- <constant name="struts.xslt.nocache" value=http://www.mamicode.com/"true"/>-->
Stuts2的"struts.devMode"设置成true后,不起作用的解决的方法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。