| Revision 514,
904 bytes
checked in by jdalbey, 6 years ago
(diff) |
|
Add mkunifiedloggerzip.sh script
|
-
Property svn:executable set to
*
|
| Rev | Line | |
|---|
| 1 | REM Start the Simulator System with the full incident script
|
|---|
| 2 |
|
|---|
| 3 | # Delete any existing CADcomments.log
|
|---|
| 4 | del ../webapps/dynamicdata/CADcomments.log
|
|---|
| 5 |
|
|---|
| 6 | REM Start the webserver
|
|---|
| 7 | cd ..
|
|---|
| 8 | cd webapps & start C:\Python27\python -m CGIHTTPServer 80
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 | REM Start the CAD server
|
|---|
| 12 | cd ..
|
|---|
| 13 | start java -DCONFIG_DIR=config/dev -jar deploy\CADserver.jar
|
|---|
| 14 |
|
|---|
| 15 | REM sleep for 5 seconds
|
|---|
| 16 | TIMEOUT /T 5
|
|---|
| 17 |
|
|---|
| 18 | REM Start the Simulation Manager and load the full script
|
|---|
| 19 | start java -jar deploy\SimManager.jar full_script_2016.xml
|
|---|
| 20 |
|
|---|
| 21 | REM sleep for 5 seconds
|
|---|
| 22 | TIMEOUT /T 5
|
|---|
| 23 |
|
|---|
| 24 | REM Start Unified Logger Service
|
|---|
| 25 | start C:\Python27\python deploy\unifiedlogger.zip
|
|---|
| 26 |
|
|---|
| 27 | REM Launch a browser with our webapps
|
|---|
| 28 | "C:\Program Files\Mozilla Firefox\firefox.exe" localhost:80/einotebook localhost:80/cptms localhost:80/unifiedlogmonitor.html
|
|---|
| 29 |
|
|---|
| 30 | REM sleep for 5 seconds
|
|---|
| 31 | TIMEOUT /T 5
|
|---|
| 32 |
|
|---|
| 33 | REM Start the CAD client
|
|---|
| 34 | start java -jar deploy\CADclient.jar |
|---|
Note: See
TracBrowser
for help on using the repository browser.