Changeset 648 in tmcsimulator for trunk/bin/systemstart_dev_practice_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_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.