Changeset 669 in tmcsimulator
- Timestamp:
- 09/14/2022 05:38:06 PM (4 years ago)
- Location:
- trunk/bin
- Files:
-
- 1 added
- 4 edited
-
resetlogs_dev.bat (added)
-
systemstart_dev_full_session.bat (modified) (2 diffs)
-
systemstart_dev_practice_session.bat (modified) (1 diff)
-
systemstart_systest.bat (modified) (1 diff)
-
systemstart_systest.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/systemstart_dev_full_session.bat
r514 r669 2 2 3 3 # Delete any existing CADcomments.log 4 del .. /webapps/dynamicdata/CADcomments.log4 del ..\webapps\dynamicdata\CADcomments.log 5 5 6 6 REM Start the webserver … … 11 11 REM Start the CAD server 12 12 cd .. 13 start java - DCONFIG_DIR=config/dev -jar deploy\CADserver.jar13 start java -jar deploy\CADserver.jar 14 14 15 15 REM sleep for 5 seconds -
trunk/bin/systemstart_dev_practice_session.bat
r663 r669 11 11 REM Start the CAD server 12 12 cd .. 13 start java -D CONFIG_DIR=config/dev -DPROP_FILE=cad_server_practice.properties -jar deploy\CADserver.jar13 start java -DPROP_FILE=cad_server_practice.properties -jar deploy\CADserver.jar 14 14 15 15 REM sleep for 5 seconds -
trunk/bin/systemstart_systest.bat
r663 r669 8 8 REM is available for the EInotebook. 9 9 cd .. 10 copy /y scripts\system_test_script.xml webapps\dynamicdata\incident_script.xml10 REM copy /y scripts\system_test_script.xml webapps\dynamicdata\incident_script.xml 11 11 12 12 REM Start the CAD server 13 13 start java -DPROP_FILE=cad_server_systest.properties -jar deploy/CADserver.jar 14 15 REM sleep for 5 seconds 16 TIMEOUT /T 5 14 REM sleep for 3 seconds 15 TIMEOUT /T 3 17 16 18 17 REM Start the Simulation Manager 19 18 start java -jar deploy/SimManager.jar system_test_script.xml 19 REM sleep for 2 seconds 20 TIMEOUT /T 2 20 21 22 REM Start the unified logger 23 start python deploy/unifiedlogger.zip 24 REM sleep for 2 seconds 25 TIMEOUT /T 2 26 27 28 REM Launch a browser with our webapps 29 "C:\Program Files\Mozilla Firefox\firefox.exe" localhost:80/einotebook localhost:80/cptms localhost:80/unifiedlogmonitor.html -
trunk/bin/systemstart_systest.sh
r663 r669 12 12 java -DPROP_FILE=cad_server_systest.properties -jar deploy/CADserver.jar & 13 13 sleep 7 14 python deploy/unifiedlogger.zip 15 sleep 2 14 16 java -jar deploy/SimManager.jar system_test_script.xml & 15 # Manual step for now, until it's integrated into Sim Mgr16 #cp Scenarios/system_test_script.xml webapps/dynamicdata/incident_script.xml17 17 18 18 # Start a browser and run the web applications 19 firefox localhost:8080/einotebook localhost:8080/cptms 20 #localhost:8080/unifiedlogmonitor.html & 19 firefox localhost:8080/einotebook localhost:8080/cptms localhost:8080/unifiedlogmonitor.html &
Note: See TracChangeset
for help on using the changeset viewer.
