#!/bin/sh

echo Setting up Archivers
java -DRGMA_PROPS=$RGMA_PROPS -Dlog4j.configuration=$LOG4J_PROPS BossArchiver "jdbc:mysql://gw19.hep.ph.ic.ac.uk/HistTable" "rgmaboss" "bossrgma" "jdbc:mysql://gw19.hep.ph.ic.ac.uk/LPTable" "rgmaboss" "bossrgma"
