Input for: Machines that run the service (daemon).
Launcher.cfg is used only on machines that run the service (daemon). The configuration file for the server is located at %WDIR%\iCDB\Launcher\Launcher.cfg, where %WDIR% is the first writable directory from WDIR environmental variable.
If Launcher.cfg does not exist or there are some missing settings, the Client-Server Configuration Manager launcher uses the defaults.
This file must conform to the following syntax restrictions:
Only one keyword per line.
All keyword values must appear on the same line as the keyword name.
Keyword names must begin in the first column of the line.
Lines starting with a semicolon (;) are treated as comments.
Example 1 identifies default settings and provides links to a brief description of each.
If you make extensive changes to this file, you should back it up in another location. If your iCDB folder is removed or updated, the file you modified could be lost as a new one overwrites it. You should also compare the settings in the new file with those in your saved file before you replace it with your modified file, as new settings that might not be compatible.
[Logging]
; Expire_Days = 7
; ForcedExpireCount = 100
; Level = 1
; NoExpireCount = 12
[Network]
; Address =
; LauncherUDPPort = 10000
; MaxConnectionQueueLength = 128
; Port = 9000
; ServerManagerUDPPort = 10000
[System]
; DebugMode = no
; ProxyMode = no
; ServerManagerSupport = yes
; ServerMonitorSupport = yes
; ServerPath =
[Time]
; FileCreationMargin_Sec = 1
; ProxyManagerMainLoopSleep_MSec = 100
; ServerAliveWait_MSec = 30000
[Timeouts]
; AcceptNewConnection_USec = 100000
; BetweenDuplicatedCommands_USec = 100000
; CheckingServerRootPathAccess = 20000
; InitReceiveCommand_Sec = 10
; ReadingServerProperties_MSec = 10000
; ReceiveCommand_USec = 100000
; WaitingProjectAvailable_MSec = 10000