The configuration of JRebel in Mule is very similar to the configuration on the tc server .
You need to add the JRebel Agent as a property of wrapper.java.additional.* $MULE_HOME/conf/wrapper.conf :
wrapper.java.additional.10 = -agentpath: [C: \ path \ to] Lib \ jrebel64.dll
If you are using Java version 7 or later, you are using the agent:
Windows 64-bit JDK jrebel64.dll Windows 32-bit JDK jrebel32.dll Mac OS X 64-bit JDK libjrebel64.dylib Mac OS X 32-bit JDK libjrebel32.dylib Linux 64-bit JDK libjrebel64.so Linux 32-bit JDK libjrebel32.so
If you are using Java version 6 or lower, you need to use the deprecated jrebel.jar agent .
user8171823
source share