该用户从未签到
|
Stuts2的"struts.devMode"设置成true后,不起作用的解决办法
$ r# ?$ j+ H9 O& a- b8 b不用
/ Q5 C( C; T' x- v0 [1 q* ^ <constant name="struts.devMode" value="true" />
4 \0 Y9 n( d7 r, P改成7 R) F4 D, e& o
<constant name="struts.configuration.xml.reload" value="true"/>4 L( R; U% N! N. P4 L& J
有人说是因为tomcat加了空格的问题,具体不清楚。
& w" F" e1 L4 `. _下面是4个开发模式常用配置的简介---
W' Y4 a1 b2 t& K <!-- 开启使用开发模式,详细错误提示 -->
; ]8 u+ m( P4 U. ]5 d& w <!-- <constant name="struts.devMode" value="true"/>-->; o5 K, V5 R% g
<!-- 指定每次请求到达,重新加载资源文件 -->
$ p3 U5 @, S- Z3 I <!-- <constant name="struts.i18n.reload" value="true"/>-->
/ R2 P: c# Y# g" q <!-- 指定每次配置文件更改后,自动重新加载 -->! y2 v$ v+ V9 V, r! y( l7 V4 q
<!-- <constant name="struts.configuration.xml.reload" value="true"/>-->( o. {2 W4 I. M1 j6 w
<!-- 指定XSLT Result使用样式表缓存 -->/ X9 T+ x, s. j2 n9 c
<!-- <constant name="struts.xslt.nocache" value="true"/>-->) q3 U/ l6 H* E9 O( f8 o
这样就好使了,网上copy的哈
4 f r: ] P6 A# Y$ D7 |+ @
" J# i$ z9 c* d* `& V$ U+ A! k* k
|
|