Lines Matching refs:INSTANCE_ROOT
158 if test -f "${INSTANCE_ROOT}/lib/set-java-home"
160 . "${INSTANCE_ROOT}/lib/set-java-home"
196 echo "1. Delete the file ${INSTANCE_ROOT}/lib/set-java-home" if it exists.
203 echo "${INSTANCE_ROOT}/config/java.properties."
204 echo "4. Run the command-line ${INSTANCE_ROOT}/bin/dsjavaproperties"
224 echo "1. Delete the file ${INSTANCE_ROOT}/lib/set-java-home" if it exists.
231 echo "${INSTANCE_ROOT}/config/java.properties."
232 echo "4. Run the command-line ${INSTANCE_ROOT}/bin/dsjavaproperties"
256 CLASSPATH="${INSTANCE_ROOT}/classes"
262 if [ "${INSTALL_ROOT}" != "${INSTANCE_ROOT}" ]
264 for JAR in "${INSTANCE_ROOT}/lib/"*.jar
298 if test "${INSTANCE_ROOT}" = ""
313 read INSTANCE_ROOT < /etc/opendj/instance.loc
331 INSTANCE_ROOT=${location}
334 INSTANCE_ROOT=${INSTALL_ROOT}/${location}
338 INSTANCE_ROOT=${INSTALL_ROOT}
341 if [ -d "${INSTANCE_ROOT}" ]
344 cd "${INSTANCE_ROOT}"
345 INSTANCE_ROOT=`pwd`
346 export INSTANCE_ROOT