Generate the jrebel-bootstrap.jar
by running java
-jar $AGENT_PATH_WIN
using the JVM you will run the application server
with (you can also add this line to the startServer.sh
after the environment is set).
Start the IBM WebSphere server and run the Administrative Console.
In the Administration Console open Servers » Application Servers and select the server your app is deployed to.
Select Java and Process Management» Process Definition.
Select Java Virtual Machine.
Insert the following line into Generic JVM arguments for Websphere 6.1 or later running on IBM JDK 5 or later:
-noverify -Xshareclasses:none -Xbootclasspath/p:$BOOTSTRAP_PATH_WIN;$AGENT_PATH_WIN
Insert the following line into Generic JVM arguments for Websphere 6.0 or later running on IBM JDK 1.4:
-noverify -Xbootclasspath/p:$BOOTSTRAP_PATH_WIN;$AGENT_PATH_WIN
Press OK, when asked, Save the master configuration and restart the server.