Changeset 648 in tmcsimulator for trunk/bin


Ignore:
Timestamp:
09/02/2022 04:13:27 PM (4 years ago)
Author:
jdalbey
Message:

bin startup scripts updated to include loggging service.

Location:
trunk/bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/systemstart_dev_full_session.sh

    r561 r648  
    1414java -jar deploy/SimManager.jar full_script_2016.xml & 
    1515sleep 10 
     16# Start Unified Logger Service 
     17python deploy/unifiedlogger.zip & 
     18sleep 5 
    1619# Start a browser and run the web applications 
    17 firefox localhost:8080 & 
     20firefox localhost:8080/einotebook  localhost:8080/cptms localhost:8080/unifiedlogmonitor.html & 
     21 
    1822sleep 10 
    1923java -jar deploy/CADclient.jar & 
  • trunk/bin/systemstart_dev_practice_session.sh

    r410 r648  
    99java -jar deploy/SimManager.jar practice_script_2016.xml & 
    1010# Manual step for now, until it's integrated into Sim Mgr 
    11 cp scripts/practice_script_2016.xml webapps/dynamicdata/incident_script.xml 
     11#cp scripts/practice_script_2016.xml webapps/dynamicdata/incident_script.xml 
    1212 
     13# Start Unified Logger Service 
     14python deploy/unifiedlogger.zip & 
     15sleep 5 
     16# Start a browser and run the web applications 
     17firefox localhost:8080/einotebook  localhost:8080/cptms localhost:8080/unifiedlogmonitor.html & 
     18 
Note: See TracChangeset for help on using the changeset viewer.