Lines Matching refs:INSTANCE_ROOT
157 if test -f "${INSTANCE_ROOT}/lib/set-java-home"
159 . "${INSTANCE_ROOT}/lib/set-java-home"
195 echo "1. Delete the file ${INSTANCE_ROOT}/lib/set-java-home" if it exists.
202 echo "${INSTANCE_ROOT}/config/java.properties."
203 echo "4. Run the command-line ${INSTANCE_ROOT}/bin/dsjavaproperties"
223 echo "1. Delete the file ${INSTANCE_ROOT}/lib/set-java-home" if it exists.
230 echo "${INSTANCE_ROOT}/config/java.properties."
231 echo "4. Run the command-line ${INSTANCE_ROOT}/bin/dsjavaproperties"
255 CLASSPATH="${INSTANCE_ROOT}/classes"
261 if [ "${INSTALL_ROOT}" != "${INSTANCE_ROOT}" ]
263 for JAR in "${INSTANCE_ROOT}/lib/"*.jar
297 if test "${INSTANCE_ROOT}" = ""
312 read INSTANCE_ROOT < /etc/opendj/instance.loc
330 INSTANCE_ROOT=${location}
333 INSTANCE_ROOT=${INSTALL_ROOT}/${location}
337 INSTANCE_ROOT=${INSTALL_ROOT}
340 if [ -d "${INSTANCE_ROOT}" ]
343 cd "${INSTANCE_ROOT}"
344 INSTANCE_ROOT=`pwd`
345 export INSTANCE_ROOT