eclipse |+tomcat +jrebel实现热部署

纯属工作中的总结

1、在eclipse安装jrebel插件。
  在eclipse Help找到 Install New Software 输入 http://www.zeroturnaround.com/update-site/,如图所示:


eclipse |+tomcat +jrebel实现热部署_第1张图片

2、下载jrebel包,我这里使用的是jrebel6.0.0的。
3、安装jrebel插件成功后,打开eclipse window-->preference选项显示如图所示,证明显示插件安装成功。


eclipse |+tomcat +jrebel实现热部署_第2张图片


4、打开jrebel config center进行jrebel配置。


eclipse |+tomcat +jrebel实现热部署_第3张图片


eclipse |+tomcat +jrebel实现热部署_第4张图片


5、配置tomcat。tomcat服务器在停止的情况下,点击tomcat服务器右击鼠标点击open选项。如图所示:


eclipse |+tomcat +jrebel实现热部署_第5张图片


在tomcat的VM arguments输入
-noverify
-javaagent:D:\jdk\jrebel6.0.0-crack\jrebel.jar
-Drebel.struts2-plugin=true 支持struts2文件热部署 
-Drebel.spring_plugin=true 支持spring文件热部署


eclipse |+tomcat +jrebel实现热部署_第6张图片

(2)修改tomcat Modules下的配置


eclipse |+tomcat +jrebel实现热部署_第7张图片

(3)修改tomcat servers文件夹下的server.xml并附上项目中tomcat加载两次解决方案


eclipse |+tomcat +jrebel实现热部署_第8张图片

















你可能感兴趣的:(eclipse |+tomcat +jrebel实现热部署)