Changeset 669 in tmcsimulator for trunk/bin/systemstart_systest.bat


Ignore:
Timestamp:
09/14/2022 05:38:06 PM (4 years ago)
Author:
jdalbey
Message:

Updates to bin scripts to make use of revised config files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/systemstart_systest.bat

    r663 r669  
    88REM is available for the EInotebook.   
    99cd .. 
    10 copy /y scripts\system_test_script.xml webapps\dynamicdata\incident_script.xml 
     10REM copy /y scripts\system_test_script.xml webapps\dynamicdata\incident_script.xml 
    1111 
    1212REM Start the CAD server 
    1313start java -DPROP_FILE=cad_server_systest.properties -jar deploy/CADserver.jar 
    14  
    15 REM sleep for 5 seconds 
    16 TIMEOUT /T 5 
     14REM sleep for 3 seconds 
     15TIMEOUT /T 3 
    1716 
    1817REM Start the Simulation Manager 
    1918start java -jar deploy/SimManager.jar system_test_script.xml 
     19REM sleep for 2 seconds 
     20TIMEOUT /T 2 
    2021 
     22REM Start the unified logger 
     23start python deploy/unifiedlogger.zip 
     24REM sleep for 2 seconds 
     25TIMEOUT /T 2 
     26 
     27 
     28REM 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.