`

JRebel+Tomcat实现热部署

阅读更多

如题,当修改了类文件,不需要重启tomcat!

 

1.下载JAR:(jrebel.jar)

D:\OpenSource\jrebel\jrebel.jar

 

 

2.在Myeclipse中配置tomcat的JDK,在JVM处加上:

-noverify
-javaagent:D:\OpenSource\jrebel\jrebel.jar
-Drebel.dirs=F:\Application\Java\J2EE\Temp\ROOT\WEB-INF\classes

 

 

3.重新启动tomcat:

Mon Oct 18 01:35:19 GMT 2010 com.zeroturnaround.javarebel.hD#new V( false )
Mon Oct 18 01:35:19 GMT 2010 com.zeroturnaround.javarebel.bH#public boolean a(byte abyte0[])

#############################################################

 JRebel 3.0-M1 (200910151623)
 (c) Copyright ZeroTurnaround, Ltd, 2007-2009. All rights reserved.

 A rough estimate: Over the last 1 days JRebel
 prevented the need for at least 3 redeploys/restarts.
 Using industry standard build and redeploy times,
 JRebel saved you between 0.1 and 0.2 hours.

 This product is licensed to  Java Hack Organization
 for unlimited number of developer seats on site.

#############################################################


JRebel: A newer version '3.1.2' is available for download
JRebel: from
http://www.zeroturnaround.com/download.

 

JRebel: Directory 'F:\Application\Java\J2EE\Temp\ROOT\WEB-INF\classes' will be monitored for class changes.

 

 

4.成功了

 

分享到:
评论

相关推荐

    ecilipse+tomcat+jrebel实现热部署

    你是否有过为修改后台代码,项目重部署而出现的漫长等待而烦恼,JRebel就是这样一套解决修改后台代码快速实现热部署的开发工具,节省了大量重启时间,提高了个人开发效率。

    jrebel + myeclipse9.0 + tomcat 热部署攻略

    解决java spring热部署的问题,亲测能用,不能用那是人品啊

    Eclipse4.5.2+maven3.3.9+tomcat7+JRebel6.4.3实现热部署

    Eclipse Mars.2 Release (4.5.2),maven 3.3.9,tomcat7,JRebel6.4.3,包内包含JRebel与详细使用说明,纯手写,且亲测可用,eclipse,maven,tomcat可自行下载,JRebel为破解版,码字辛苦,望各位大神给1分辛苦费

    Jrebel 基于TOMCAT实现项目修改热部署

    NULL 博文链接:https://showlike.iteye.com/blog/1680034

    tomcat远程debug与jrebel热部署文件

    配置tomcat热部署和远程debug时,用到的jrebel.jar等和自己编写的tomcat启动参数脚本文件.

    tomcat_热部署_jrebel6.4.3-cracked

    在基于Java的应用服务器实现热部署的过程中,类装入器扮演着重要的角色。大多数基于Java的应用服务器,包括EJB服务器和Servlet容器,都支持热部署。类装入器不能重新装入一个已经装入的类,但只要使用一个新的类装入...

    myeclipse 插件热部署 jrebel6.5

    myeclipse 插件热部署 jrebel6.5 亲测可用,资源下载到磁盘,然后打开myeclipse 路径为:Windows ---> Perferences --> MyEclipse -->Servers -->Tomcat --> Tomcat 7.x -->JDK 配置jvm参数: -...

    Eclipse中使用tomcat 热部署 Jrebel6.4.3 不需安装插件

    Eclipse中使用tomcat 热部署 Jrebel6.4.3 不需安装插件

    Jrebel 2018.1.2 Eclipse离线安装包

    Jrebel 可快速实现热部署,节省了大量重启时间,提高了个人开发效率。 JRebel是一款JAVA虚拟机插件,它使得JAVA程序员能在不进行重部署的情况下,即时看到代码的改变对一个应用程序带来的影响。JRebel使你能即时分别...

    eclipse修改代码后热部署(不需要重启服务

    用eclipse开发开发web程序时候,修改代码了,每次都得重启,很不方便,我在网上找了好久,发下这个可以用!分享下经验! 没有图片哦

    myeclipse热部署jrebel6.5.0

    亲测可用,资源下载到磁盘,然后打开myeclipse 路径为:Windows ---> Perferences --> MyEclipse -->Servers -->Tomcat -->...-Drebel.ibatis-plugin--------热部署ibatis相关的jar

    Tomcat热部署配置说明及工具

    重启Tomcat即可,以后调试就方便了!替换.class文件就不用再重启Tomcat了。

    jrebel6.5 热部署

    支持eclipse、myeclipse 、tomcat热部署,为开发和部署提供便利,提高工作和线上部署效率。

    jrebel 6.4.0 破解版

    jrebel 6.4.0 破解版 热部署 Tomcat eclipse 直接安装

    Jrebel 破解图文教程

    JRebel是一款JAVA虚拟机插件,它使得JAVA程序员能在不进行重部署的情况下,即时看到代码的改变对一个应用程序带来的影响。Jrebel 可快速实现热部署,节省了大量重启时间,提高了个人开发效率。

    tomcat 热部署 hot deploy Jrebel 加大JVM内存

    NULL 博文链接:https://vernonchen163.iteye.com/blog/1965515

    jrebel-2018.1.1

    eclipse+tomcat热部署工具jrebel,不需要重启,修改html、js、Java代码、xml文件、properties文件自动增量加载,节约开发时间,提高编程效率

    Jrebel 破解版

    JRebel是一款JAVA虚拟机插件,它使得JAVA程序员能在不进行重部署的情况下,即时看到代码的改变对一个应用程序带来的影响。Jrebel 可快速实现热部署,节省了大量重启时间,提高了个人开发效率。

    让独立部署的tomcat也支持热部署(不依赖Eclipse或MyEclipse)

    有了Jrebel,让独立部署的tomcat也支持热部署(不依赖Eclipse或MyEclipse) 记得路径如果有空格一定要加上双击号,我吃过亏的!

    热部署jrebel

    本jrebel.jar版本为6.0.3,直接将该jar下载到磁盘中,并配置到tomcat中即可,配置示例如下: -noverify -javaagent:D:\javarebel\jrebel.jar -Drebel.spring_plugin=true -Drebel.struts2-plugin=true

Global site tag (gtag.js) - Google Analytics