让你的jboss可以热部署

来源:互联网 发布:淘宝店铺模板怎么设置 编辑:程序博客网 时间:2024/05/16 19:21

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

 

原创粉丝点击