| Revision 514,
665 bytes
checked in by jdalbey, 6 years ago
(diff) |
|
Add mkunifiedloggerzip.sh script
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | REM Start the Simulator System with the practice script |
|---|
| 2 | REM Assumes Apache webserver is running on mapped drive W: |
|---|
| 3 | |
|---|
| 4 | REM Delete any existing CADcomments.log |
|---|
| 5 | del w:\webapps\dynamicdata\CADcomments.log |
|---|
| 6 | |
|---|
| 7 | REM Start the CAD server |
|---|
| 8 | cd .. |
|---|
| 9 | start java -DPROP_FILE=cad_simulator_practice.properties -jar deploy/CADserver.jar |
|---|
| 10 | |
|---|
| 11 | REM sleep for 5 seconds |
|---|
| 12 | TIMEOUT /T 5 |
|---|
| 13 | |
|---|
| 14 | REM Start the Simulation Manager |
|---|
| 15 | start java -jar deploy/SimManager.jar practice_script_2016.xml |
|---|
| 16 | |
|---|
| 17 | REM sleep for 5 seconds |
|---|
| 18 | TIMEOUT /T 5 |
|---|
| 19 | |
|---|
| 20 | REM 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
TracBrowser
for help on using the repository browser.