Ignore:
Timestamp:
11/07/2019 07:33:11 PM (6 years ago)
Author:
jdalbey
Message:

Add mkunifiedloggerzip.sh script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/systemstart_production_practice_session.bat

    r410 r514  
    11REM Start the Simulator System with the practice script 
     2REM Assumes Apache webserver is running on mapped drive W: 
    23 
    3 REM Start the webserver 
    4 REM cd ..\webapps 
    5 REM start C:\Python27\python -m CGIHTTPServer 80 
    6  
    7 REM Copy the desired incident script to the web directory so it 
    8 REM is available for the EInotebook.   
    9 cd .. 
    10 copy /y scripts\practice_script_2016.xml w:\\webapps\\dynamicdata\\incident_script.xml 
     4REM Delete any existing CADcomments.log 
     5del w:\webapps\dynamicdata\CADcomments.log 
    116 
    127REM Start the CAD server 
     8cd .. 
    139start java -DPROP_FILE=cad_simulator_practice.properties -jar deploy/CADserver.jar 
    1410 
     
    1915start java -jar deploy/SimManager.jar practice_script_2016.xml 
    2016 
     17REM sleep for 5 seconds 
     18TIMEOUT /T 5 
    2119 
     20REM Launch a browser with our webapps 
     21"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" webapps.tmcsim/einotebook  webapps.tmcsim/cptms webapps.tmcsim/unifiedlogmonitor.html 
Note: See TracChangeset for help on using the changeset viewer.