| Revision 392,
574 bytes
checked in by jdalbey, 7 years ago
(diff) |
|
Add systemstart_systest.bat
|
| 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 | 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_simulator_systest.properties -jar deploy/CADserver.jar |
|---|
| 14 | |
|---|
| 15 | REM sleep for 5 seconds |
|---|
| 16 | TIMEOUT /T 5 |
|---|
| 17 | |
|---|
| 18 | REM Start the Simulation Manager |
|---|
| 19 | start java -jar deploy/SimManager.jar system_test_script.xml |
|---|
| 20 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.