The standalone Archiver ships as a WAR file (Web application). Installing the Archiver separately involves deploying the WAR file and copying over configuration files from the Archive Manager Modules.
Procedure
- Access your Archive Manager installation media and navigate to the folder Content Delivery\roles\am_archiver\.
- From your Web application server, add the file cd_archiveweb.war as a Web application.
- On the machine on which your Content Deployer with Archive Manager Modules is installed, navigate to the Content Deployer's configuration directory.
- Copy the following files from that location to the WEB-INF/classes/ directory of your new Web application:
- cd_archivemanager_conf.xml
- cd_storage_conf.xml
- logback.xml
- Open cd_storage_conf.xml for editing and remove the following contents, if present:
- A
Bundle that has a src attribute set to the value undo_dao_bundle.xml.
- A
Wrapper that has a Name attribute set to the value UndoWrapper.
- Save and close cd_storage_conf.xml
- Copy the following license files from the machine that runs your Content Deployer to a location that the configuration files can find:
- Your Archive Manager license file (you can remove this file from your Content Deployer location if you want)
- Your Content Delivery license file (specifically, you need your Content Broker license)
- From the same machine as before, navigate to the Content Deployer's library directory.
- Copy the JDBC driver JAR in this location to the WEB-INF/lib/ directory of the standalone Archiver Web application.
- Restart the Web application.