#! /bin/bash
# 
# Script name: cs_tester
#
# Purpose: Test the connection server on a server setup to handle
#    multiple sites and test cells.  Such servers include cmxtcop and
#    ctclfservices.
# This is a GUI program allowing the user to enter the site and test
#    cell and then either see connection failure message or data
#    retrieved from that site / testcell
#
# Usage:
#    cs_tester
#
# History:
#    12/13/14 - Rob Janes - Initial release.
#

. configure_java

export CLASSPATH=$GUI/facade.jar:$GUI/specfilegui.jar:$D3/protobuf.jar
java com.cybermetrix.cyflex.facade.ConnectionServerTester
