Changeset 514 in tmcsimulator for trunk/bin/systemstart_production_practice_session.bat
- Timestamp:
- 11/07/2019 07:33:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/systemstart_production_practice_session.bat
r410 r514 1 1 REM Start the Simulator System with the practice script 2 REM Assumes Apache webserver is running on mapped drive W: 2 3 3 REM Start the webserver 4 REM cd ..\webapps 5 REM start C:\Python27\python -m CGIHTTPServer 80 6 7 REM Copy the desired incident script to the web directory so it 8 REM is available for the EInotebook. 9 cd .. 10 copy /y scripts\practice_script_2016.xml w:\\webapps\\dynamicdata\\incident_script.xml 4 REM Delete any existing CADcomments.log 5 del w:\webapps\dynamicdata\CADcomments.log 11 6 12 7 REM Start the CAD server 8 cd .. 13 9 start java -DPROP_FILE=cad_simulator_practice.properties -jar deploy/CADserver.jar 14 10 … … 19 15 start java -jar deploy/SimManager.jar practice_script_2016.xml 20 16 17 REM sleep for 5 seconds 18 TIMEOUT /T 5 21 19 20 REM Launch a browser with our webapps 21 "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" webapps.tmcsim/einotebook webapps.tmcsim/cptms webapps.tmcsim/unifiedlogmonitor.html
Note: See TracChangeset
for help on using the changeset viewer.
