让你的jboss可以热部署

来源:互联网 发布:ajax异步请求返回json 编辑:程序博客网 时间:2024/04/27 21:16

让你的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的时候就不需要重启,部署完了直接开浏览器预览啦...