#!/bin/sh

echo Setting up Archivers
java -DRGMA_PROPS=$RGMA_PROPS -Dlog4j.configuration=$LOG4J_PROPS BossArchiver "jdbc:mysql://your.dbms.here/HistTable" "username" "pword" "jdbc:mysql://your.dbms.here/LPTable" "username" "pword" &
