Go to $DOMAIN_HOME and create the file startWebLogic-jrebel.sh with the following contents:


#!/bin/bash
`dirname $0`/setEnv.sh
JREBEL_BOOTSTRAP=`dirname $0`/jrebel-bootstrap.jar
java -Drebel.bootstrap=$JREBEL_BOOTSTRAP -jar $AGENT_PATH_UNIX
export JAVA_OPTIONS="-noverify -Xbootclasspath/p:$JREBEL_BOOTSTRAP:$AGENT_PATH_UNIX $JAVA_OPTIONS"
`dirname $0`/startWebLogic.sh $@

Use this script instead of startWebLogic.sh if you want to run Weblogic with JRebel.