Appearance
Start Parameters
The server can be started with different parameters.
Example:
shell
./server ControlFile=/home/taurec/application/mycontrol.txt Start Wait=15Parameters
ControlFile
Path to the custom control file. The path can be relative to the server applicagtion directory.
Example:
ControlFile=/home/taurec/application/mycontrol.txtDaemon
Starts the server as a Linux daemon (background process).
LogToConsole
Shows the log in the console. Only works when StartUnattended is set.
NoColor
Does not display console colors and text styles.
Start
Starts the server. This parameter can only be used if the server is started as an application.
StartDaemon
Starts the server as a Linux daemon (same as Daemon).
StartUnattended
Starts the server and disables console input and output.
Wait
Wait time in seconds until the server starts. It may be necessary to wait for the network on automatic startup. Otherwise, the TCP/IP addresses required by the server may not be available.
Example:
Wait=15