Changeset 514 in tmcsimulator for trunk/bin/systemstart_dev_full_session.bat
- Timestamp:
- 11/07/2019 07:33:11 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/bin/systemstart_dev_full_session.bat (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/systemstart_dev_full_session.bat
r410 r514 1 1 REM Start the Simulator System with the full incident script 2 3 # Delete any existing CADcomments.log 4 del ../webapps/dynamicdata/CADcomments.log 2 5 3 6 REM Start the webserver … … 5 8 cd webapps & start C:\Python27\python -m CGIHTTPServer 80 6 9 7 REM Copy the desired incident script to the web directory so it8 REM is available for the EInotebook.9 cd ..10 copy /y scripts\full_script_2016.xml webapps\dynamicdata\incident_script.xml11 10 12 11 REM Start the CAD server 13 start java -jar deploy\CADserver.jar 12 cd .. 13 start java -DCONFIG_DIR=config/dev -jar deploy\CADserver.jar 14 14 15 15 REM sleep for 5 seconds … … 19 19 start java -jar deploy\SimManager.jar full_script_2016.xml 20 20 21 REM sleep for 5 seconds 22 TIMEOUT /T 5 21 23 24 REM Start Unified Logger Service 25 start C:\Python27\python deploy\unifiedlogger.zip 26 27 REM 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 30 REM sleep for 5 seconds 31 TIMEOUT /T 5 32 33 REM Start the CAD client 34 start java -jar deploy\CADclient.jar
Note: See TracChangeset
for help on using the changeset viewer.
