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
- Open the TranslationManager.xml file in a text editor.
By default, the file is located in your %TRIDION_HOME%\config directory.
- 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
- Save and close the file.