Server Configuration - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License

The following example illustrates the settings required for an additional Windows service:

Service Name: ModProcess_SVC

ServiceHost: WindowsServiceHostModus.exe (renamed copy of Composer.WindowsServiceHost.exe)

This service is then provided by the Windows service WindowsServiceHostComposer.

Individual settings for the server endpoint are stored in the file WindowsServiceHostComposer.config and configured in the following XML element:

<remotecontrol address="http://Hyland:4712/RemoteControlService" />
<system.serviceModel>
 <services>
   ...
   <service name="ComposerSuite.Runtime.RemoteControlService">
       <!-- use base address provided by host -->
     <endpoint
       address="http://Hyland:4712/RemoteControlService"
       binding="wsDualHttpBinding"
       bindingConfiguration ="RemoteControlBinding"
       contract="ComposerSuite.Runtime.RemoteControlContract.IRuntimeControlService"
     />
   </service>
   ...
 </services>
<system.serviceModel>