| Revision 674,
653 bytes
checked in by jdalbey, 4 years ago
(diff) |
|
Add resetlogs_dev.sh postsession_logmerge.bash
|
-
Property svn:executable set to
*
|
| Rev | Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | # Kill any process leftover from previous run |
|---|
| 4 | kill $(ps aux | grep "[p]ython -m CGIHTTPServer 8080" | awk '{print $2}') |
|---|
| 5 | kill $(ps aux | grep "[p]ython deploy/unifiedlogger.zip" | awk '{print $2}') |
|---|
| 6 | |
|---|
| 7 | # Start the Simulator System with the system test script |
|---|
| 8 | cd ../webapps |
|---|
| 9 | python -m CGIHTTPServer 8080 & |
|---|
| 10 | sleep 1 |
|---|
| 11 | cd .. |
|---|
| 12 | java -DPROP_FILE=cad_server_systest.properties -jar deploy/CADserver.jar & |
|---|
| 13 | sleep 7 |
|---|
| 14 | python deploy/unifiedlogger.zip & |
|---|
| 15 | sleep 2 |
|---|
| 16 | java -jar deploy/SimManager.jar system_test_script.xml & |
|---|
| 17 | |
|---|
| 18 | # Start a browser and run the web applications |
|---|
| 19 | firefox localhost:8080/einotebook localhost:8080/cptms localhost:8080/unifiedlogmonitor.html & |
|---|
Note: See
TracBrowser
for help on using the repository browser.