tomcat 6 不重启

javaRebel是一个jvm插件,http://www.zeroturnaround.com/jrebel/current/

1、下载javaRebel ,安装。
2、MyEclispse 中 Window--Preference--MyEclipse  Enterprise
Workbench--Servers--Tomcat6,选择JDK,在 Optional Java VM arguments:里面填写:

-noverify -javaagent:D:/application/javarebel.jar(你下载javarebel.jar 放置路径)

-Drebel.dirs=D:\Project\MYEclipse7WorkSpace\DMS\WebRoot\WEB-INF\classes  (
项目工程class文件或者可以放置工程路径D:\Project\MYEclipse7这样就可以不用重复修改这个路径 )

-Drebel.spring_plugin=true (配置支持spring)

-Drebel.struts2-plugin=true(配置支持struts2)

你可能感兴趣的:(spring,jvm,jdk,tomcat,MyEclipse)