| Revision 669,
882 bytes
checked in by jdalbey, 4 years ago
(diff) |
|
Updates to bin scripts to make use of revised config files.
|
| Rev | Line | |
|---|
| 1 | REM Start the Simulator System with the system test script |
|---|
| 2 | |
|---|
| 3 | REM Start the webserver |
|---|
| 4 | cd ..\webapps |
|---|
| 5 | 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 | REM copy /y scripts\system_test_script.xml webapps\dynamicdata\incident_script.xml |
|---|
| 11 | |
|---|
| 12 | REM Start the CAD server |
|---|
| 13 | start java -DPROP_FILE=cad_server_systest.properties -jar deploy/CADserver.jar |
|---|
| 14 | REM sleep for 3 seconds |
|---|
| 15 | TIMEOUT /T 3 |
|---|
| 16 | |
|---|
| 17 | REM Start the Simulation Manager |
|---|
| 18 | start java -jar deploy/SimManager.jar system_test_script.xml |
|---|
| 19 | REM sleep for 2 seconds |
|---|
| 20 | TIMEOUT /T 2 |
|---|
| 21 | |
|---|
| 22 | REM Start the unified logger |
|---|
| 23 | start python deploy/unifiedlogger.zip |
|---|
| 24 | REM sleep for 2 seconds |
|---|
| 25 | TIMEOUT /T 2 |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | REM Launch a browser with our webapps |
|---|
| 29 | "C:\Program Files\Mozilla Firefox\firefox.exe" localhost:80/einotebook localhost:80/cptms localhost:80/unifiedlogmonitor.html |
|---|
Note: See
TracBrowser
for help on using the repository browser.