Documentation Center

Connecting to SDL BeGlobal through a proxy server

Translation Manager is configured out-of-the box to access SDL BeGlobal. However, if your network uses a proxy server to connect to the internet, the <BeGlobalProxy> element in the TranslationManager.xml file specifies the address of your proxy server.

About this task

The <BeGlobalProxy> element has the following attribute:

AttributeDescription
portPort number 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 <BeGlobalProxy> section, enter the port and machine name of your proxy server. For example:
    <BeGlobalProxy port="80">proxy.internal.com</BeGlobalProxy>
  3. Save and close the file.