Updating the Content Deployer configuration file

About this task

WebForms enables you to use a number of predefined tags called TCDL tags in the output produced by your Templates. To make these WebForms TCDL tags available to your templates, you must update the SDL Tridion Content Deployer configuration file.

To make WebForms TCDL tags available, do the following:

Procedure

  1. Find the Content Deployer configuration file. By default, this file, called cd_deployer_conf.xml, is located in the config/ subdirectory of your Content Delivery root location.
  2. Open the file cd_deployer_conf.xml in a plain-text or XML editor.
  3. Find the <TCDLEngine> element and inside this element, just above the <Properties> section, insert the following:
    <TagBundle Resource="webforms_tcdl.xml" />

    The resulting configuration fragment should look like this

    <TCDLEngine>
      <!-- Possibly other TagBundle elements -->
      <TagBundle Resource="webforms_tcdl.xml" />
      <Properties>
  4. Save and close cd_deployer_conf.xml, the Content Deployer configuration file.
  5. Restart all Web applications and/or Windows services that use the Content Deployer configuration file.