Configuring cartridges
After you have deployed the Cartridge JAR files, configure your cartridge.
Procedure
- On the SDL Tridion installation media, navigate to the folder Content Delivery\configuration\samples.
- Copy cd_ambient_conf_sample.xml to:
- on .NET platform, copy the file to your Web application \config directory
- on Java platform, copy the file to your Web application WEB-INF\classes directory:
- Rename cd_ambient_conf_sample.xml to cd_ambient_conf.xml.
- Add the path to the
cd_ambient_conf.xmlconfiguration file to your classpath. - If you have not packaged the cartridge XML configuration file in the cartridge JAR file, copy these files to the same location as your cd_ambient_conf.xml file.
- Open the
cd_ambient_conf.xmlfile in a text editor. In the<Cartridges>section, specify the cartridge XML configuration files, for example:<Cartridges> <Cartridge File="/audiencemanager_cartridge_conf.xml" /> <Cartridge File="/session_cartridge_conf.xml" /> <Cartridge File="/smarttarget_cartridge_conf.xml" /> </Cartridges> - Find the
<Security>section and enclose it in comments. This element is only needed if you intend to set up OAuth authentication. - Save and close
cd_ambient_conf.xml.