To add UGC to your Content Deployer, add the ugc_tcdl.jar file to your Content Deployer installation and configure the cd_deployer_conf.xml configuration file.
Procedure
- Go to the location where you have your Content Deployer running.
- Open the Content Deployer configuration file, cd_deployer_conf.xml in a text editor.
- Add the following element just above the closing tag
</TCDLEngine>:
<TagBundle Resource="ugc_tag_bundle.xml" />
- Add UGC functionality to the Content Deployer:
- Access the SDL Tridion installation media.
- Navigate to the Content Delivery\roles\ugc\java\lib\ folder.
- Copy the file ugc_tcdl.jar to the following Content Deployer directory:
- lib subdirectory (if installed as a Java process or Windows service)
- WEB-INF/lib/ subdirectory (if installed as a JSP Web application)
- bin\lib\ subfolder (if installed as a .NET Web application)
- Restart the Content Deployer to apply the changes.