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
- Stop all Web applications that use or contain Context Engine Cartridge.
- Open a command shell and navigate to the WEB-INF/ (Java) or bin\ (.NET) subfolder of the Web application that contains Context Engine Cartridge.
- 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
- Restart all Web applications that you stopped.