Changeset 669 in tmcsimulator for trunk/bin


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.

Location:
trunk/bin
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/systemstart_dev_full_session.bat

    r514 r669  
    22 
    33# Delete any existing CADcomments.log 
    4 del ../webapps/dynamicdata/CADcomments.log 
     4del ..\webapps\dynamicdata\CADcomments.log 
    55 
    66REM Start the webserver 
     
    1111REM Start the CAD server 
    1212cd .. 
    13 start java -DCONFIG_DIR=config/dev -jar deploy\CADserver.jar 
     13start java -jar deploy\CADserver.jar 
    1414 
    1515REM sleep for 5 seconds 
  • trunk/bin/systemstart_dev_practice_session.bat

    r663 r669  
    1111REM Start the CAD server 
    1212cd .. 
    13 start java -DCONFIG_DIR=config/dev -DPROP_FILE=cad_server_practice.properties -jar deploy\CADserver.jar 
     13start java -DPROP_FILE=cad_server_practice.properties -jar deploy\CADserver.jar 
    1414 
    1515REM sleep for 5 seconds 
  • 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 
  • trunk/bin/systemstart_systest.sh

    r663 r669  
    1212java -DPROP_FILE=cad_server_systest.properties -jar deploy/CADserver.jar & 
    1313sleep 7 
     14python deploy/unifiedlogger.zip 
     15sleep 2 
    1416java -jar deploy/SimManager.jar system_test_script.xml & 
    15 # Manual step for now, until it's integrated into Sim Mgr 
    16 #cp Scenarios/system_test_script.xml webapps/dynamicdata/incident_script.xml 
    1717 
    1818# Start a browser and run the web applications 
    19 firefox localhost:8080/einotebook  localhost:8080/cptms  
    20 #localhost:8080/unifiedlogmonitor.html & 
     19firefox localhost:8080/einotebook  localhost:8080/cptms localhost:8080/unifiedlogmonitor.html & 
Note: See TracChangeset for help on using the changeset viewer.