经过N次试验,在JBoss-5.1.0-GA中很难做到修改Struts配置后不手动重启让新配置生效。
于是暂时决定放弃,用Tomcat 6.0作为开发时的Server看起来很合适,启动/重启速度快,通过Struts配置可实现自动Redeploy,省去很多时间,先这么做吧。
经过N次试验,在JBoss-5.1.0-GA中很难做到修改Struts配置后不手动重启让新配置生效。
于是暂时决定放弃,用Tomcat 6.0作为开发时的Server看起来很合适,启动/重启速度快,通过Struts配置可实现自动Redeploy,省去很多时间,先这么做吧。
1.启动
<constant name=”struts.devMode” value=”true”/> 或者
<constant name=”struts.configuration.xml.reload” value=”true”/>
时启动tomcat报错。 继续阅读Struts配置 struts.devMode struts.configuration.xml.reload