Copying resources for the Archive Manager Modules
To add the Archive Manager Modules to your Content Deployer, you must copy a set of JAR files to its library directory.
Procedure
- Navigate to the location of your Content Deployer JAR files, which is one of the following locations:
- If Content Deployer is running as a Java Web application, navigate to WEB-INF/lib.
- If Content Deployer is running as a .NET Web application, navigate to bin\lib.
- If Content Deployer is running as a Windows service or Java process, navigate to the location in which you stored its own JAR files.
- On the Archive Manager installation media, navigate to the folder Content Delivery\roles\am_modules\lib\ and copy the files you find there to your library location:
- cd_archivedeploy.jar
- cd_archivemanager.jar
- cd_archivepipeline.jar
- cd_archivequeue.jar
- cd_archivestorage.jar
- On the Archive Manager installation media, navigate to the folder Content Delivery\roles\am_modules\third-party-lib\ and copy the files you find there to your library location:
- commons-codec.jar
- commons-httpclient.jar
- jackson-core-asl.jar
- jackson-mapper-asl.jar
- xmlpull.jar
- xpp3_min.jar
- xstream.jar
- If your Archiver database uses a different DBMS than your Content Data Store (for example, your Content Data Store is a DB2 database, but your Archiver database is a SQL Server database), download the JDBC driver (JAR file) required for your specific database vendor, Java version and SDL Tridion release, and copy it into the Web application \lib subdirectory:
If your Archiver database is a SQL Server database, download the Microsoft SQL Server JDBC Driver 4.0, specifically the file sqljdbc4.jar.
If your Archiver database is an Oracle database, download Oracle JDBC driver 12.1.0.1, specifically the file ojdbc6.jar (if you use Java 6) or ojdbc7.jar (if you use Java 7).
- If your Archiver database is a SQL Server database, but your Content Data Store is DB2 or Oracle, you can choose to use integrated authentication. If you want to do so, find a file called sqljdbc_auth.dll in the Microsoft SQL Server JDBC Driver downloadable, and copy it to a location on the machine that runs your Content Deployer Web application.