Documentation Center

Adding the UGC cartridge to the Presentation Server

The User Generated Content cartridge for the Ambient Data Framework takes care of, amongst others, the Content Delivery side of a User Generated Content-Audience Manager integration. You need to configure a different Claim Processor for your Presentation Server than for your User Generated Content Web services.

Before you begin

You need to have the Ambient Data Framework enabled on your Presentation Server.

Procedure

  1. Access the SDL Tridion installation media.
  2. Navigate to the Content Delivery\resources\configurations\ folder.
  3. Copy ugc_ambient_cartridge_sample.xml to the clipboard.
  4. Access your Presentation Server and copy ugc_ambient_cartridge_sample.xml to the following location on your Web site:
    • the WEB-INF/classes/ directory in a JSP Web application.
    • the bin\config\ subfolder in a .NET Web application.
  5. Rename ugc_ambient_cartridge_sample.xml to ugc_ambient_cartridge.xml.
  6. Find the ClaimProcessorDefinition element that has an ImplementationClass element ending in AllowAnonymousPostClaimProcessor, and remove the comment tags around it.
  7. Find the ClaimProcessorDefinition element that has an ImplementationClass element ending in PostAllowedByOwnerClaimProcessor, and enclose this element in comment tags.
  8. Find the ClaimProcessorDefinition element that has an ImplementationClass element ending in PostAllowedByEveryoneClaimProcessor, and enclose this element in comment tags.
  9. Save and close the file.
  10. Open the file cd_ambient_conf.xml in the same location.
  11. In the <Cartridges> section, add the following Cartridge element:
    <Cartridge File="ugc_ambient_cartridge.xml" />
  12. Save and close cd_ambient_conf.xml.
  13. Restart your Presentation Server Web application.