- Timestamp:
- 11/07/2019 07:33:11 PM (6 years ago)
- Location:
- trunk/bin
- Files:
-
- 1 added
- 5 edited
-
mkunifiedloggerzip.sh (added)
-
systemstart_dev_full_session.bat (modified) (3 diffs)
-
systemstart_dev_full_session.sh (modified) (2 diffs)
-
systemstart_dev_practice_session.bat (modified) (1 diff)
-
systemstart_production_full_session.bat (modified) (2 diffs)
-
systemstart_production_practice_session.bat (modified) (2 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 -
trunk/bin/systemstart_dev_full_session.sh
r410 r514 1 1 #!/bin/sh 2 2 # Start the Simulator System with the full incident script 3 3 4 cd ../webapps 5 # Delete any existing CADcomments.log 6 del dynamicdata/CADcomments.log 7 # Delete start the local webserver 4 8 echo "Starting webserver in folder" `pwd` 5 9 python -m CGIHTTPServer 8080 & … … 9 13 sleep 10 10 14 java -jar deploy/SimManager.jar full_script_2016.xml & 11 # Manual step for now, until it's integrated into Sim Mgr 12 cp scripts/full_script_2016.xml webapps/dynamicdata/incident_script.xml 15 sleep 10 13 16 # Start a browser and run the web applications 14 # firefox localhost:8080 & 17 firefox localhost:8080 & 18 sleep 10 19 java -jar deploy/CADclient.jar & 20 sleep 5 15 21 -
trunk/bin/systemstart_dev_practice_session.bat
r410 r514 1 1 REM Start the Simulator System with the practice script 2 2 3 # Delete any existing CADcomments.log 4 del ..\webapps\dynamicdata\CADcomments.log 5 3 6 REM Start the webserver 4 cd .. \webapps5 start C:\Python27\python -m CGIHTTPServer 807 cd .. 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\practice_script_2016.xml webapps\dynamicdata\incident_script.xml11 10 12 11 REM Start the CAD server 13 start java -DPROP_FILE=cad_simulator_practice.properties -jar deploy/CADserver.jar 12 cd .. 13 start java -DCONFIG_DIR=config/dev -DPROP_FILE=cad_simulator_practice.properties -jar deploy\CADserver.jar 14 14 15 15 REM sleep for 5 seconds 16 16 TIMEOUT /T 5 17 17 18 REM Start the Simulation Manager 19 start java -jar deploy /SimManager.jar practice_script_2016.xml18 REM Start the Simulation Manager and load the practice script 19 start java -jar deploy\SimManager.jar practice_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 -
trunk/bin/systemstart_production_full_session.bat
r410 r514 1 1 REM Start the Simulator System with the full incident script 2 REM Assumes Apache webserver is running on mapped drive W: 2 3 3 REM Start the webserver 4 rem cd .. 5 rem cd webapps & 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\full_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 -jar deploy\CADserver.jar 14 10 … … 19 15 start java -jar deploy\SimManager.jar full_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 -
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.
