Daemon configuration
The isremotecc command on Linux look for two files located in the bin directory:
• default_java.conf includes the paths to the isCOBOL and Java installations:
Variable | Description |
---|
ISCOBOL | isCOBOL installation directory |
ISCOBOL_JDK_ROOT | JDK installation directory |
ISCOBOL_JRE_ROOT | JRE installation directory |
• isremotecc.options includes environment variables that can alter the command behavior:
Variable | Description |
---|
ISREMOTECC_HOME | Home directory of the command |
ISREMOTECC_OPTS | Command line options for the command |
ISREMOTECC_JAVA_EXE | Alternative JVM for the command |
ISREMOTECC_JAVA_OPTS | Java options for the command (i.e. -Xmx) |
ISREMOTECC_LOG_FILE | File where the command output is redirected |
ISREMOTECC_PID_FILE | Semaphore file to inform if the command is running or not. This file contains the process ID. |
These files are generated by the setup process.
In these files, comments are prefixed by a hash and each entry is on a separate line.
Environment variables in isremotecc.options can alternatively be set also in the external environment through the export command. The external environment has priority over the content of isremotecc.options.