source: tmcsimulator/trunk/bin/systemstart_dev_practice_session.sh @ 663

Revision 663, 484 bytes checked in by jdalbey, 4 years ago (diff)

Update bin scripts to match revised config filenames

  • Property svn:executable set to *
Line 
1#!/bin/sh
2# Start the Simulator System with the practice script
3cd ../webapps
4python -m CGIHTTPServer 8080 &
5sleep 1
6cd ..
7java -DPROP_FILE=cad_server_practice.properties -jar deploy/CADserver.jar &
8sleep 7
9java -jar deploy/SimManager.jar practice_script_2016.xml &
10
11# Start Unified Logger Service
12python deploy/unifiedlogger.zip &
13sleep 5
14# Start a browser and run the web applications
15firefox localhost:8080/einotebook  localhost:8080/cptms localhost:8080/unifiedlogmonitor.html &
16
Note: See TracBrowser for help on using the repository browser.