source: tmcsimulator/trunk/bin/systemstart_systest.sh @ 389

Revision 389, 402 bytes checked in by jdalbey, 7 years ago (diff)

Add new shell scripts: system testing startup and local web server

  • Property svn:executable set to *
Line 
1#!/bin/sh
2# Start the Simulator System with the system test script
3cd ../webapps
4python -m CGIHTTPServer 8080 &
5sleep 1
6cd ..
7java -DPROP_FILE=cad_simulator_systest.properties -jar deploy/CADserver.jar &
8sleep 7
9java -jar deploy/SimManager.jar system_test_script.xml &
10# Manual step for now, until it's integrated into Sim Mgr
11cp scripts/system_test_script.xml webapps/dynamicdata/incident_script.xml
12
Note: See TracBrowser for help on using the repository browser.