#!/bin/sh
# Start the Simulator System with the system test script
cd ../webapps
python -m CGIHTTPServer 8080 &
sleep 1
cd ..
java -DPROP_FILE=cad_simulator_systest.properties -jar deploy/CADserver.jar &
sleep 7
java -jar deploy/SimManager.jar system_test_script.xml &
# Manual step for now, until it's integrated into Sim Mgr
cp scripts/system_test_script.xml webapps/dynamicdata/incident_script.xml

