读书人

Tomcat服务配备Jrebel

发布时间: 2012-10-25 10:58:58 作者: rapoo

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> 

?

读书人网 >软件架构设计

热点推荐