Mercurial > hg > Members > shoshi > jungle > jungle-core
annotate scripts/LogupdateTest.sh @ 350:72d9cd71d53b
remove RotateParent
author | mir3636 |
---|---|
date | Mon, 18 Sep 2017 18:15:46 +0900 |
parents | 944baaa4d345 |
children | 15061909f4da |
rev | line source |
---|---|
348 | 1 java -cp build/libs/Alice.jar alice.topology.manager.TopologyManager -host localhost -p 10000 -port 10001 --noKeepAlive & |
2 sleep 3 | |
3 java -cp jungle-core.1.1.jar jp.ac_u-ryukyu.junglenetworl.logupdate.logupdateTest -host localhost -p 10003 -port 10000 --noKeepAlive & | |
4 java -cp jungle-core.1.1.jar jp.ac_u-ryukyu.junglenetworl.logupdate.logupdateTest -host localhost -p 10002 -port 10000 -write --noKeepAlive & |