Variable | Description |
---|---|
ISCOBOL | isCOBOL installation directory |
ISCOBOL_JDK_ROOT | JDK installation directory |
ISCOBOL_JRE_ROOT | JRE installation directory |
Variable | Description |
---|---|
ISBALANCER_HOME | Home directory of the command |
ISBALANCER_OPTS | Command line options for the command. Use a space to separate multiple options. When the options string contains spaces, delimit it with quotes, for example: ISBALANCER_OPTS="-port 1234 -force" |
ISBALANCER_JAVA_EXE | Alternative JVM for the command |
ISBALANCER_JAVA_OPTS | Java options for the command. Use a space to separate multiple options. When the options string contains spaces, delimit it with quotes, for example: ISBALANCER_JAVA_OPTS="-XX:+HeapDumpOnOutOfMemoryError -Xmx2G" |
ISBALANCER_LOG_FILE | File where the command output is redirected |
ISBALANCER_PID_FILE | Semaphore file to inform if the command is running or not. This file contains the process ID. |