让你的jboss可以热部署
修改 jboss-4.0.4RC1/server/default/deploy/jbossweb-tomcat55.sar/context.xml
<Context cookies="true" crossContext="true" antiResourceLocking="true" antiJARLocking="true">
<Manager pathname=""/>
<InstanceListener>org.jboss.web.tomcat.security.RunAsListener</InstanceListener>
</Context>
加上红色的部分,重启jboss,再用myeclipse Redeploy project的时候就不需要重启,部署完了直接开浏览器预览啦...
本文介绍如何通过修改JBoss服务器的配置文件context.xml实现热部署功能。只需在特定位置加入指定参数,重启JBoss后即可使用MyEclipse进行项目的重新部署而无需再次重启服务器。

被折叠的 条评论
为什么被折叠?



