Documentation Center

Installing the Archiver as a standalone Web application

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

  1. Access your Archive Manager installation media and navigate to the folder Content Delivery\roles\am_archiver\.
  2. From your Web application server, add the file cd_archiveweb.war as a Web application.
  3. On the machine on which your Content Deployer with Archive Manager Modules is installed, navigate to the Content Deployer's configuration directory.
  4. 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
  5. 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.
  6. Save and close cd_storage_conf.xml
  7. 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)
  8. From the same machine as before, navigate to the Content Deployer's library directory.
  9. Copy the JDBC driver JAR in this location to the WEB-INF/lib/ directory of the standalone Archiver Web application.
  10. Restart the Web application.