Changeset 669 in tmcsimulator for trunk/bin/systemstart_systest.bat
- Timestamp:
- 09/14/2022 05:38:06 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/bin/systemstart_systest.bat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.
