纯属工作中的总结
1、在eclipse安装jrebel插件。
在eclipse Help找到 Install New Software 输入 http://www.zeroturnaround.com/update-site/,如图所示:
2、下载jrebel包,我这里使用的是jrebel6.0.0的。
3、安装jrebel插件成功后,打开eclipse window-->preference选项显示如图所示,证明显示插件安装成功。
4、打开jrebel config center进行jrebel配置。
5、配置tomcat。tomcat服务器在停止的情况下,点击tomcat服务器右击鼠标点击open选项。如图所示:
在tomcat的VM arguments输入
-noverify
-javaagent:D:\jdk\jrebel6.0.0-crack\jrebel.jar
-Drebel.struts2-plugin=true 支持struts2文件热部署
-Drebel.spring_plugin=true 支持spring文件热部署
(2)修改tomcat Modules下的配置
(3)修改tomcat servers文件夹下的server.xml并附上项目中tomcat加载两次解决方案