Installing the hotfix rollup on the Context Engine Cartridge

Apply the hotfix rollup 1 of SDL Tridion 2013 SP1 to Web applications that contain the Context Engine Cartridge.

Procedure

  1. Stop the Web application (Web site, Web service) that contains the Context Engine Cartridge.
  2. On the SDL Tridion 2013 SP1 HR1 installation media, navigate to the Contextual Web Delivery\ folder and extract the file CEC_2013.1.1.87801.zip in this location to a location of your choosing.
  3. In your Web application, copy all JAR files from this zip file to one of the following:
    • If this is a Java Web application, copy to the WEB-INF/lib/ subdirectory.
    • If this is a .NET Web application, copy to the bin\lib\ subdirectory.
  4. If this a .NET Web application, copy the following files to the bin\ subdirectory:
    • Tridion.Context.Interop.dll
    • Tridion.Context.ServerControls.dll
  5. If this is a .NET Web application and if you have compiled any Web applications against the assemblies from the existing version, you can use the new assemblies without recompilation by installing publisher policy files as follows:
    1. Open an administrator-level command prompt that can run the Global Assembly Cache, gacutil.exe.
    2. Access the location in which you extracted the zip file.
    3. Run the command gacutil /i policy.1.0.Tridion.Context.Interop.dll
    4. Run the command gacutil /i policy.1.0.Tridion.Context.ServerControls.dll
  6. From a command prompt, navigate to the bin\lib\ (.NET) or WEB-INF/lib/ (Java) subdirectory of your Web application.
  7. Run the following command to regenerate the device database:
    java -Xms1024m -jar cwd_engine.jar http://context.sdl.com/seed
  8. Restart the Web application.