Modifying Composer.WindowsServiceHost.exe.config to use one IP Port - 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
To modify Composer.WindowsServiceHost.exe.config:
  1. From the %Composerdir% directory, open Composer.WindowsServiceHost.exe.config with a text editor that supports UTF-8.
  2. Within the <appSettings> element, change all IP ports to the same number, in the following example 8100:
    <appSettings>
       <add key="rws" value="http://localhost:8100/rws" />
       <add key="ows" value="http://localhost:8100/ows/owsrepository" />
       <add key="sts" value="http://localhost:8100/sts" />
       <add key="login" value="http://localhost:8100/mur/login" />
    ... 
    </appSettings>
  3. Save and close the file.