view scripts/LogupdateTest.sh @ 9:afbd290bb017

scripts fix
author suruga
date Thu, 15 Feb 2018 15:06:48 +0900
parents 8a33595a0d8c
children
line wrap: on
line source

export JAR=build/libs/logupdateTest-1.1.jar
ruby scripts/tree.rb 3 > scripts/tree.dot
java -cp $JAR  alice.topology.manager.TopologyManager -conf scripts/tree.dot -host localhost -p 10000 --noKeepAlive &
sleep 3 
java -jar $JAR  -host localhost -p 10003 -port 10000  --noKeepAlive &
java -jar $JAR  -host localhost -p 10001 -port 10000  --noKeepAlive &
sleep 4
java -jar $JAR  -host localhost -p 10002 -port 10000 -write --noKeepAlive