首页 > 代码库 > jrebel实现tomcat热部署

jrebel实现tomcat热部署

1、将下载好的Jrebel放入D:\jrebel\jrebel.jar的相应目录中
2、双击tomcat,打开配置文件点击 技术分享,打开相应窗口
 
 
3、选中技术分享 Tab页
技术分享
在配置项中添加  -noverify -javaagent:D:\jrebel\jrebel.jar ,如图:
技术分享
 
点击确定。
 
4、勾选
技术分享
 
 
5、如图选中相应配置项
技术分享

6、切换到Modules页,将相应项目的AutoReload改为Disabled
技术分享
 
over...
 
 
 

jrebel实现tomcat热部署