From c40951ee612a86794d2cf535dedfbc4e9ce85d80 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 29 Nov 2013 16:04:31 +0100 Subject: [PATCH] New sample configurations --- zookeeper/options_localhost_second | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zookeeper/options_localhost_second diff --git a/zookeeper/options_localhost_second b/zookeeper/options_localhost_second new file mode 100644 index 0000000..a62a84e --- /dev/null +++ b/zookeeper/options_localhost_second @@ -0,0 +1,8 @@ +NAME="zk-lui-solr-second" +HOST=localhost +PID_FILE="./${NAME}.pid" +LOG_FILE="./${NAME}.log" +PORT=8984 +ZKHOSTS=localhost:9983 +#BOOTSTRAP_CONF=./solr/collection1/conf +ZOOKEEPER=no -- 1.7.10.4