Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Wayback installation under NetarchiveSuite is only tested on a pc installed with linux and in ProxyReplay mode. Other modes should work, but no guaranties are given.H3.

Requirements

The following applications should be running and reachable from the machine running Tomcat with Wayback web application.

...

When configuring Wayback to work with NetarchiveSuite, the above services is needed, furthermore it is needed to have a full source package of the NetarchiveSuite and an installation of ant, it has been tested with 1.7.1.H3.

Configuration

The two configuration files that should be modified are located in ./conf/wayback/ in the NetarchiveSuite full source package. The files are named CDXCollection.xml and wayback.xml.H4.

wayback.xml

In this config file there are multiple settings that should be changed to fit your setup, to make the system run correctly:

...

  • <bean name="8080:wayback" class="org.archive.wayback.webapp.AccessPoint">
  • <property name="replayURIPrefix" value="http://localhost.archive.org:8080/wayback/"/>
  • <bean name="8090" parent="8080:wayback">

    H4.

    CDXCollection.xml

    This configuration file describes where Wayback finds its CDX files (i.e indices of the ARC/WARC files).

...

<value>/wayback/file.sorted.cdx</value>H3.

Compiling Tomcat target

This can be done from the NetarchiveSuite root directory. By running the command ant -file wayback.build.xml warfile, this produces a ROOT.war file in the NetarchiveSuite root director, and this ROOT.war file should be copied to* $TOMCAT_HOME/webapps/*.

...

Code Block
        <mail>
            <server>mail.yourdomain.com</server>
        </mail>
        <notifications>
            <class>dk.netarkivet.common.utils.EMailNotifications</class>
            <sender>example@yourdomain.com</sender>
            <receiver>example@yourdomain.com</receiver>
        </notifications>

...

Described elsewhere

It is outside the scope of this configuration guide to describe how to harvest a ARC/WARC file. It is also outside the scope of this guide to describe how to get import an ARC/WARC collection into Wayback by way of CDX-entries for each object in the collection.

...