Publishing JSP or ASP.NET Web site content

If you publish your content to a JSP or ASP.NET Web site, and your published content is intended for Web site visitors, configure Content Delivery to transform your TCDL tags at publish time.

Procedure

  1. If you created any custom TCDL tags (which must take the form of a Java class that extends com.tridion.tcdl.TagHandler), add their tag definitions to the Content Deployer configuration file, cd_deployer_conf.xml.
  2. Open Content Manager Explorer.
  3. Open each Component Template that renders content intended for Web site visitors and set its Output Format property to one of the following values:
    • If you publish to a JSP Web site, set Output Format to JSP Scripting.
    • If you publish to an ASP.NET Web site, set Output Format to ASCX Web Control.
  4. Save and close the Component Template.
  5. Repeat the process for each Component Template.
  6. Open each of the Publication Targets to which you publish your rendered content and set its Target Language property to one of the following values:
    • If you publish to a JSP Web site, set Target Language to JSP.
    • If you publish to an ASP.NET Web site, set Target Language to ASP.NET.
  7. Save and close the Publication Target.
  8. Repeat the process for each Publication Target.