source: tmcsimulator/trunk/bin/systemstart_systest.bat @ 679

Revision 679, 888 bytes checked in by jdalbey, 4 years ago (diff)

Update scripts and bat files to use config/devlinux files.

Line 
1REM Start the Simulator System with the system test script
2
3REM Start the webserver
4cd ..\webapps
5start C:\Python27\python -m CGIHTTPServer 80
6
7REM Copy the desired incident script to the web directory so it
8REM is available for the EInotebook. 
9cd ..
10REM copy /y scripts\system_test_script.xml webapps\dynamicdata\incident_script.xml
11
12REM Start the CAD server
13start java -DPROP_FILE=cad_server_systest.properties -jar deploy/CADserver.jar
14REM sleep for 3 seconds
15TIMEOUT /T 3
16
17REM Start the Simulation Manager
18start java -jar deploy/SimManager.jar system_test_script.xml
19REM sleep for 2 seconds
20TIMEOUT /T 2
21
22REM Start the unified logger
23start python deploy/unifiedlogger.zip
24REM sleep for 2 seconds
25TIMEOUT /T 2
26
27
28REM Launch a browser with our webapps
29"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" localhost:80/einotebook  localhost:80/cptms localhost:80/unifiedlogmonitor.html
Note: See TracBrowser for help on using the repository browser.