Documentation Center

Connecting to SDL WorldServer 11 through a proxy server

If your network uses a proxy server to connect to the internet, the <WorldServerProxy> element in the TranslationManager.xml file specifies the address of the proxy server.

About this task

The <WorldServerProxy> element has the following attribute:

AttributeDescription
portPort number of the proxy server. If not specified, the default is 80.

Procedure

  1. Open the TranslationManager.xml file in a text editor.
    By default, the file is located in your %TRIDION_HOME%\config directory.
  2. In the <WorldServerProxy> section, enter the port and machine name of your proxy server. For example:
    <WorldServerProxy port="80">proxy.internal.com</WorldServerProxy>
  3. Save and close the file.