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"
257 if [ "${INSTALL_ROOT}" != "${INSTANCE_ROOT}" ]
259 for JAR in "${INSTANCE_ROOT}/lib/"*.jar
269 CLASSPATH="${INSTANCE_ROOT}/classes"
271 if [ "${INSTALL_ROOT}" != "${INSTANCE_ROOT}" ]
273 for JAR in "${INSTANCE_ROOT}/lib/"*.jar
307 if test "${INSTANCE_ROOT}" = ""
322 read INSTANCE_ROOT < /etc/opendj/instance.loc
340 INSTANCE_ROOT=${location}
343 INSTANCE_ROOT=${INSTALL_ROOT}/${location}
347 INSTANCE_ROOT=${INSTALL_ROOT}
350 if [ -d "${INSTANCE_ROOT}" ]
353 cd "${INSTANCE_ROOT}"
354 INSTANCE_ROOT=`pwd`
355 export INSTANCE_ROOT