Configuring the LiveContent S1000D launch.ini file
You can configure LiveContent S1000D Delivery Server behavior by modifying the launch.ini file in the application data folder.
Procedure
- Open the launch.ini file in a text editor.
This file is located in the application data folder you specified during the LiveContent S1000D installation.
For example, if you specified that the data folder was called LiveContentData and that the CD image was called S1000D_Sample_40, the location of the launch.ini file might be:
%ProgramFiles%\XyEnterprise\LiveContentData\collections\S1000D_Sample_40\launch.ini
- To configure Delivery Server behavior, you can modify the following settings in launch.ini:
ShowServer- Defaults to 0. Set to 1 to display the LiveContent S1000D console window.
StartUp- Defaults to 0. Set to 1 to force users to connect directly to the server through a browser using the server URL. This URL defaults to http://HOST.DOMAIN:2245/servlets3/wietmsd where HOST is your host name and DOMAIN is your domain name.
AutoShutDown- Set to 1 to terminate the LiveContent S1000D server process after the last attached client process ends. Set to 0 to keep the server process running even when you close a viewing browser session.
AutoStartUp- Defaults to 1. Set to 0 to force users to connect directly to the server through a browser using the server URL. This URL defaults to http://HOST.DOMAIN:2245/servlets3/wietmsd where HOST is your host name and DOMAIN is your domain name.
TheStartUpandAutoStartUpsettings interact as follows:- Both settings cannot be set to 0.
- Both settings cannot be set to 1.
- If
Startupis set to 1 andAutoStartUpis set to 0, launching of the IETP collection is suppressed. - If
Startupis set to 0 andAutoStartUpis set to 1, launching of the IETP collection is enabled.
- Save and close launch.ini.