Documentation Center

Enabling publishing of Pages with REL format Dynamic Component Presentations

By default, if the Content Deployer has the target language configured to JSP or to ASP.NET, SDL Web transforms Dynamic Component Presentations published using the REL format to JSP or ASP.NET Component Presentations. If you want to prevent this behavior, add a tcdl.page.target.language property to the TCDL configuration file, tcdl-conf.xml.

Procedure

  1. Navigate to the configuration location of your combined Content Deployer Role or Content Deployer worker Role.
  2. Open tcdl-conf.xml for editing.
  3. Among the Property elements, insert the following:
    <Property Name="tcdl.page.target.language" Value="VIRTUALMACHINELANG" />

    where VIRTUALMACHINELANG is either jsp (if you have a Java/JSP Web site) or dotnet (if you have an ASP.NET Web site).

    This ensures that Pages get transformed into your Web site's target language, but Dynamic Component Presentations do not.
  4. Save and close tcdl-conf.xml.
  5. Restart the combined Content Deployer or Content Deployer worker.