Variable | Description |
---|---|
ISCOBOL | isCOBOL installation directory |
ISCOBOL_JDK_ROOT | JDK installation directory |
ISCOBOL_JRE_ROOT | JRE installation directory |
Variable | Description |
---|---|
ISSERVER_HOME | Home directory of the command |
ISSERVER_OPTS | Command line options for the command. Use a space to separate multiple options. When the options string includes spaces, delimit it with quotes, for example: ISSERVER_OPTS="-port 1234 -c my.properties" |
ISSERVER_JAVA_EXE | Alternative JVM for the command |
ISSERVER_JAVA_OPTS | Java options for the command. Use a space to separate multiple options. When the options string includes spaces, delimit it with quotes, for example: ISSERVER_JAVA_OPTS="-XX:+HeapDumpOnOutOfMemoryError -Xmx8G" |
ISSERVER_LOG_FILE | File where the command output is redirected |
ISSERVER_PID_FILE | Semaphore file to inform if the command is running or not. This file contains the process ID. |
iscobol.port=10999 iscobol.as.fileserver.port=10997 iscobol.as.httpserver.port=10996 |
iscobol.port=10899 iscobol.as.fileserver.port=10897 iscobol.as.httpserver.port=10896 |
export ISSERVER_JAVA_OPTS=-Discobol.conf=/path/to/server1.properties export ISSERVER_PID_FILE=isserver1.pid export ISSERVER_LOG_FILE=isserver1.log isserver start export ISSERVER_JAVA_OPTS=-Discobol.conf=/path/to/server2.properties export ISSERVER_PID_FILE=isserver2.pid export ISSERVER_LOG_FILE=isserver2.log isserver start |
export ISSERVER_PID_FILE=isserver1.pid isserver stop export ISSERVER_PID_FILE=isserver2.pid isserver stop |