Warning: Can't use blame annotator:
svn blame failed on trunk/bin/systemstart_dev_full_session.sh: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/trunk/bin/systemstart_dev_full_session.sh @ 410

Revision 410, 472 bytes checked in by jdalbey, 7 years ago (diff)

rename startups scripts

  • Property svn:executable set to *
RevLine 
1#!/bin/sh
2# Start the Simulator System with the full incident script
3cd ../webapps
4echo "Starting webserver in folder" `pwd`
5python -m CGIHTTPServer 8080 &
6sleep 1
7cd ..
8java -jar deploy/CADserver.jar &
9sleep 10
10java -jar deploy/SimManager.jar full_script_2016.xml &
11# Manual step for now, until it's integrated into Sim Mgr
12cp scripts/full_script_2016.xml webapps/dynamicdata/incident_script.xml
13# Start a browser and run the web applications
14# firefox localhost:8080 &
15
Note: See TracBrowser for help on using the repository browser.