Tomcat服务配置Jrebel
1.jdk的配置
-noverify -javaagent:G:\joesmart\jrebel.jar
-Drebel.allow_bytecode_proxy=true
-Drebel.spring_plugin=true
-Drebel.struts1-plugin=true
?
2.创建 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/alderaan/rebel-2_0.xsd"> <classpath> <dir name="F:/workspaces/v2/generalAlarm/WebRoot/WEB-INF/classes"> </dir> </classpath></application>
?