From: Dennis Schafroth Date: Thu, 22 Aug 2013 11:00:19 +0000 (+0200) Subject: Add wrong place X-Git-Tag: v0.5.1~6^2~3 X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=commitdiff_plain;h=e86c536c05a0f97a18a290a67d6397489635efeb;ds=sidebyside Add wrong place --- 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