#!/bin/sh

# this file is used to offer configurations that are not supported
# via the UI

# -authenticate <true> or <false>: Used to determine whether authentication
# should be used or not.

CLASSPATH=/opt/egurkha/lib/eg_manager.jar:$CLASSPATH
export CLASSPATH

java com.eg.EgConfigure $*





