Documentation Center

Configuring the Context Engine Cartridge

In the Ambient Data Framework configuration, add the new Cartridge. If you use a Java Web application, also define a tag.

Procedure

  1. Go to the location of your Ambient Data Framework configuration file:
    • In a .NET Web application, navigate to the bin\config\ folder.
    • In a Java Web application, navigate to the WEB-INF/classes/ directory.
  2. In this location, open your Ambient Data Framework configuration file, cd_ambient_conf.xml for editing.
  3. Find the <Cartridges> section and add the following Cartridge element inside it:
    <Cartridge File="cwd_engine_cartridge_conf.xml" />
  4. Save and close cd_ambient_conf.xml.