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


Ignore:
Timestamp:
10/02/2022 10:40:02 AM (4 years ago)
Author:
jdalbey
Message:

Add config dir to dev startup scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/systemstart_dev_full_session.sh

    r679 r688  
    2121cd .. 
    2222java -DCONFIG_DIR=config/devlinux -jar deploy/CADserver.jar & 
    23 sleep 10 
     23sleep 5 
     24# Start Unified Logger Service 
     25python deploy/unifiedlogger.zip config/devlinux & 
     26sleep 5 
    2427java -jar deploy/SimManager.jar full_script_2016.xml & 
    2528sleep 10 
    26 # Start Unified Logger Service 
    27 python deploy/unifiedlogger.zip & 
    28 sleep 5 
    2929# Start a browser and run the web applications 
    3030firefox localhost:8080/einotebook  localhost:8080/cptms localhost:8080/unifiedlogmonitor.html & 
Note: See TracChangeset for help on using the changeset viewer.