Configuring the BlueCielo File Publishing Service
Configuring the BlueCielo File Publishing Service specifies where the service will monitor for new files, how often it monitors, and where and how it will register the files in the Publisher database for publishing.
To configure the BlueCielo File Publishing Service:
- On the computer where you copied the files as described in Installing components on a Windows file server, locate the file WinFSService.exe.config and open it in any text editor.
- Locate and configure the settings described in the following table:
- Save your changes and close the file.
- Start the BlueCielo File Publishing Service as described in Running the BlueCielo File Publishing Service.
Following is a simple example of these settings:
<setting name="PublisherServicesAddress" serializeAs="String"> <value>http://nkv/Publisher/</value> </setting> <setting name="MonitorSecondsPeriod" serializeAs="String"> <value>60</value> </setting> <setting name="PreventDuplicate" serializeAs="String"> <value>True</value> </setting> <setting name="MonitorFolders" serializeAs="Xml"> <value> <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <string>45E2E0;D:\ToPublish\</string> </ArrayOfString> </value> </setting>