Documentation Center

Configuring the Transport Service

Configure the Transport Service to make actual publishing of content over one or more transport protocols possible.

Procedure

  1. Open cd_transport_conf.xml, by default located in the Content Manager config directory, in a plain-text or XML editor.
  2. In the WorkFolder element, set the value of the Location attribute to a folder where the Transport Service can store temporary files.
  3. If you want to configure multiple thread pools for the Transport Service, you can do so by insert an element called Workers directly under the WorkFolder element, and setting one or more of the following attributes:
    TransportPriorityPoolSize
    The maximum number of workers for normal transport. Defaults to 5 if omitted. This attribute can also be set to 0 (meaning unlimited threads).
    NormalPriorityPoolSize
    The maximum number of workers for transport operations such as unzipping and state synchronization. Defaults to 5 if omitted.
    HighPriorityPoolSize
    The maximum number of workers for high-priority transport. Defaults to 5 if omitted.

    Each of the attribute values must be equal to, or higher than, the number of threads configured for the Publisher in the MMC Snap-in.

  4. Find the Senders and add the following Sender element(s) as needed:
    Local File System
    <Sender Type="Local" Class="com.tridion.transport.connection.connectors.FileTransportConnector" />
    FTP
    <Sender Type="FTP"	Class="com.tridion.transport.connection.connectors.FTPTransportConnector"	/>
    SFTP
    <Sender Type="FTP"	Class="com.tridion.transport.connection.connectors.FTPTransportConnector"	/>
    SSHFTP
    <Sender Type="SSHFTP"	Class="com.tridion.transport.connection.connectors.SSHFTPTransportConnector"	/>
    HTTP or HTTPS
    <Sender Type="HTTPS"	Class="com.tridion.transport.connection.connectors.HTTPSTransportConnector" />
  5. Save and close cd_transport_conf.xml.
  6. Access your Windows Services.
  7. Locate the Windows service called Tridion Transport Service and restart it.