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
- 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.
- Open Content Manager Explorer.
- 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.
- Save and close the Component Template.
- Repeat the process for each Component Template.
- 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.
- Save and close the Publication Target.
- Repeat the process for each Publication Target.