Installing the hotfix rollup on Content Delivery
Applying the SDL Tridion 2013 SP1 HR1 hotfix rollup on the Content Delivery side requires copying JAR files into the library directory of your Content Delivery Web applications and Windows service or Java process locations.
Procedure
- Stop the Content Delivery Web application, Windows service or Java process to which you want to apply the hotfix rollup.
- Access the hotfix rollup installation media and navigate to its Content Delivery\lib\ folder.
- Copy all JAR files into the library location of your Web application, Windows service or Java process, overwriting the existing files, which means one of the following:
- In a Java Web application, copy files to the WEB-INF/lib/ subdirectory.
- In a .NET Web application, copy files to the bin\lib\ subdirectory.
- For a Windows service or Java process, copy files to the lib\ subdirectory of its installation location.
- If you are applying the hotfix rollup to a .NET Web application, access the Content Delivery\dotNet\ subdirectory of the installation media and do one of the following:
- For a 64-bit .NET Web application, copy the file x86_64\Tridion.ContentDelivery.Interop.dll to the bin\ subdirectory, overwriting the existing DLL.
- For a 32-bit .NET Web application, copy the file x86\Tridion.ContentDelivery.Interop.dll to the bin\ subdirectory, overwriting the existing DLL.
- If you are applying the hotfix rollup to an Experience Manager .NET Web application, access the Content Delivery\dotNet\ subdirectory of the installation media and do one of the following:
- For a 64-bit .NET Web application, copy the file x86_64\Tridion.ContentDelivery.Preview.dll to the bin\ subdirectory, overwriting the existing DLL.
- For a 32-bit .NET Web application, copy the file x86\Tridion.ContentDelivery.Preview.dll to the bin\ subdirectory, overwriting the existing DLL.
- Restart your Web application, Windows service or Java process.
- Repeat the above steps for every Content Delivery Web application, Windows service or Java process.