To modify Composer.Studio.exe.config:
- From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
-
Within the
<appSettings> element, change all IP ports to
the same number, in the following example
8100.
- Change all occurences of localhost to the DNS name of the load balancer server.
- Change all IP ports to the same number, in the following example 8100
<appSettings> ... <add key="sts" value="http://[DNS name of the load balancer server]:8100/sts" /> <add key="login" value="http://[DNS name of the load balancer server]:8100/mur/login" /> <add key="license" value="http://[DNS name of the load balancer server]:8100/mur/license" /> <add key="rws" value="http://[DNS name of the load balancer server]:8100/rws" /> <add key="mwsrws" value="http://[DNS name of the load balancer server]:8100/mws/mwsrepository" /> <add key="dpws" value="http://[DNS name of the load balancer server]:8100/dataprovider" /> ... <add key="ows" value="http://[DNS name of the load balancer server]:8100/ows/owsrepository" />
- Save and close the file.