Option | Action |
---|---|
restart | Stop and start again the daemon in background mode. |
run | Run the daemon in foreground mode. |
start | Run the daemon in background mode. |
status | Show the daemon status. |
stop | Stop the daemon. |
Variable | Description |
---|---|
ISCOBOL | WebClient installation directory |
ISCOBOL_JDK_ROOT | JDK installation directory |
ISCOBOL_JRE_ROOT | JRE installation directory |
Variable | Description |
---|---|
PREFIX_HOME | Home directory of the command |
PREFIX_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: WEBCLIENT_OPTS="-p 1234 -c mywebc.config" |
PREFIX_JAVA_EXE | Alternative JVM for the command |
PREFIX_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: WEBCLIENT_JAVA_OPTS="XX:+HeapDumpOnOutOfMemoryError -Xmx4G". |
PREFIX_LOG_FILE | File where the command output is redirected |
PREFIX_PID_FILE | Semaphore file to inform if the command is running or not. This file contains the process ID. |