Documentation Center

Connecting to 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.

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>

    Where the single available attribute is as follows:

    port
    Port number of the proxy server; default: 80
  3. Save and close the file.