首页 > 系统服务 > 详细

eclipse Jrebel热部署配置

时间:2015-06-25 02:02:14      阅读:271      评论:0      收藏:0      [点我收藏+]
1、下载一个jrebel的文件,解压到D:\Sys\jrebel6.0.0-crack,在eclipse的classpath路径下面配置rebel.xml

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">
<classpath>
<dir name="D:\SystemFile\EclipseWorkspace\SpringAQConsume\target">
</dir>
</classpath>
<web>
<link target="/">
<dir name="D:\SystemFile\EclipseWorkspace\SpringAQConsume\src\main\webapp">
</dir>
</link>
</web>
</application>

2、在tomcat里面配置
 -javaagent:D:\Sys\jrebel6.0.0-crack\jrebel.jar -noverify  -Xbootclasspath/p:D:\Sys\jrebel6.0.0-crack\rebelboot.jar
 -javaagent:D:\Sys\jrebel-6.0.2\jrebel.jar -noverify  -Xbootclasspath/p:D:\Sys\jrebel-6.0.2\rebelboot.jar



-javaagent:D:\Sys\jrebel6.0.0-crack\jrebel.jar -noverify  
-Drebel.struts2_plugin=true 
-Drebel.aspectj_plugin=true 
-Drebel.spring_plugin=true


-noverify
-javaagent:D:/Sys/jrebel6.0.2/jrebel.jar
-Xbootclasspath/p:D:/Sys/jrebel6.0.2/rebelboot.jar
-Drebel.generate.show=true
-Drebel.spring_plugin=true
-Drebel.aspectj_plugin=true
-Drebel.cxf_plugin=true
-Drebel.logback_plugin=true
-Drebel.mybatis_plugin=true
-Xdebug -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n

eclipse Jrebel热部署配置

原文:http://www.blogjava.net/stevenjohn/archive/2015/06/24/425860.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!