Documentation Center

Obtaining the latest Context Repository updates

The Context Repository data is continually being updated. To ensure that Context Engine Cartridge works with the latest data, regularly check the central repository online, maintained by SDL.

Procedure

  1. Stop all Web applications that use or contain Context Engine Cartridge.
  2. Open a command shell and navigate to the WEB-INF/ (Java) or bin\ (.NET) subfolder of the Web application that contains Context Engine Cartridge.
  3. To update your Context Repository from the central online repository, do the following:
    • If you have a .NET Web application, enter the following:

      java -jar lib\cwd_engine.jar http://context.sdl.com/update
    • If you have a Java Web application, enter the following:

      java -jar lib/cwd_engine.jar http://context.sdl.com/update
  4. Restart all Web applications that you stopped.