-
Notifications
You must be signed in to change notification settings - Fork 3
Configuring FileService
Steve Ives edited this page Jul 11, 2018
·
2 revisions
The service exposes the files in a single storage folder. By default that storage folder is:
C:\Users\Public\Documents\FileService
You can change the location used by editing the configuration file and specifying an alternate location via the StorageFolder setting. The configuration file is:
C:\Program Files (x86)\Synergex\FileService\FileService.exe.config
The HTTP port that the server listens on can also be altered by changing the value of the HttpListenerPort setting.
<FileService.Properties.Settings>
<setting name="StorageFolder" serializeAs="String">
<value>C:\some\other\folder</value>
</setting>
<setting name="HttpListenerPort" serializeAs="String">
<value>8080</value>
</setting>
</FileService.Properties.Settings>
If you make any changes to this file then you must stop and restart the service.
- Introduction
- Getting Started
- Downloading the Code
- Setting up the Environment
- Setting up SQL Server
- Setting the Database Connect String
- Database Commit Modes
- Setting up the Synergy OpenNET Server
- Setting up the FileService Server
- Configuring the Replicator Environment
- Running Multiple Instances
- Changing Field Data Types
- Excluding Fields From Replication
- Excluding Keys from Replication
- Building the Sample Environment
- Running the Sample Programs
- On Windows
- On UNIX or Linux
- On OpenVMS
- FileService