How to install an online archive configuration file
1 Copy and rename the $AC_SERVER_HOME\etc\onlinearchive.cfg file to contain the name of the Encyclopedia volume, using the following format:
onlinearchive_<volume>.cfg
The configuration file name looks like the following example:
onlinearchive_enl2509.cfg
2 Edit the online archive configuration file by performing the following tasks:
1 Navigate to the following code:
<!-- ArchiveVolume: [Required] -->
<!-- Name of target volume to copy archived files to -->
<ArchiveVolume>DefaultVolume</ArchiveVolume>
2 Change the parameter for <ArchiveVolume> from DefaultVolume to the name of the Encyclopedia volume.
The code now looks like the following example:
<!-- ArchiveVolume: [Required] -->
<!-- Name of target volume to copy archived files to -->
<ArchiveVolume>enl2509</ArchiveVolume>
3 Save and close onlinearchive_<volume>.cfg.
To complete the installation, you must configure the online archive service provider in the Encyclopedia volume. BIRT iHub installs a shell script for starting the online archive service in the following location:
$AC_SERVER_HOME\bin
In a Windows installation, the name of the script is aconlinearchive.bat. In a UNIX or Linux installation, the name of the script is aconlinearchive.sh. These scripts configure the Java application run-time environment for the archive driver by performing the following tasks:

Specifies the Java Runtime Environment (JRE) by setting the environment variable, ARCHIVE_DRIVER_JRE, to the BIRT iHub default JRE specified by $AC_JRE_HOME.
You can use a different JRE, but this version is the only JRE version which has been tested.

Specifies the class path for Online Archive Driver JAR file by setting the environment variable, DRIVER_JAR_PATH to %AC_SERVER_HOME%\drivers.
BIRT iHub installs aconlinearchive.jar, the application library, and aconlinearchiveDEP.jar, the dependent library files, in $AC_SERVER_HOME\drivers.

Starts the online archive service by making a call to execute the class, com.actuate.onlinearchivedriver.Main.