Changeset 648 in tmcsimulator for trunk/bin/systemstart_dev_full_session.sh


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

bin startup scripts updated to include loggging service.

File:
1 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 & 
Note: See TracChangeset for help on using the changeset viewer.