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

source: tmcsimulator/trunk/bin/systemstart_dev_full_session.bat @ 514

Revision 514, 904 bytes checked in by jdalbey, 6 years ago (diff)

Add mkunifiedloggerzip.sh script

  • Property svn:executable set to *
RevLine 
1REM Start the Simulator System with the full incident script
2
3# Delete any existing CADcomments.log
4del ../webapps/dynamicdata/CADcomments.log
5
6REM Start the webserver
7cd ..
8cd webapps & start C:\Python27\python -m CGIHTTPServer 80
9
10
11REM Start the CAD server
12cd ..
13start java -DCONFIG_DIR=config/dev -jar deploy\CADserver.jar
14
15REM sleep for 5 seconds
16TIMEOUT /T 5
17
18REM Start the Simulation Manager and load the full script
19start java -jar deploy\SimManager.jar full_script_2016.xml
20
21REM sleep for 5 seconds
22TIMEOUT /T 5
23
24REM Start Unified Logger Service
25start C:\Python27\python deploy\unifiedlogger.zip
26
27REM Launch a browser with our webapps
28"C:\Program Files\Mozilla Firefox\firefox.exe" localhost:80/einotebook  localhost:80/cptms localhost:80/unifiedlogmonitor.html
29
30REM sleep for 5 seconds
31TIMEOUT /T 5
32
33REM Start the CAD client
34start java -jar deploy\CADclient.jar
Note: See TracBrowser for help on using the repository browser.