From e86c536c05a0f97a18a290a67d6397489635efeb Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 22 Aug 2013 13:00:19 +0200 Subject: [PATCH] Add wrong place --- zookeeper.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 zookeeper.sh diff --git a/zookeeper.sh b/zookeeper.sh deleted file mode 100644 index 36ea6bb..0000000 --- a/zookeeper.sh +++ /dev/null @@ -1,8 +0,0 @@ -cd example -java -Dbootstrap_confdir=./solr/collection1/conf -Dcollection.configName=myconf -DzkRun -DzkHost=localhost:9983,localhost:8574,localhost:9900 -DnumShards=2 -jar start.jar > solr.log & -cd ../example2 -java -Djetty.port=7574 -DzkRun -DzkHost=localhost:9983,localhost:8574,localhost:9900 -jar start.jar > solr.log & -cd ../exampleB -java -Djetty.port=8900 -DzkRun -DzkHost=localhost:9983,localhost:8574,localhost:9900 -jar start.jar > solr.log & -cd ../example2B -java -Djetty.port=7500 -DzkHost=localhost:9983,localhost:8574,localhost:9900 -jar start.jar > solr.log & \ No newline at end of file -- 1.7.10.4