From 864626b9c8a0292f26119909c50ba5cb45add870 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 29 Nov 2013 16:04:29 +0100 Subject: [PATCH] New sample configurations --- zookeeper/options_localhost | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 zookeeper/options_localhost diff --git a/zookeeper/options_localhost b/zookeeper/options_localhost new file mode 100644 index 0000000..25894d2 --- /dev/null +++ b/zookeeper/options_localhost @@ -0,0 +1,7 @@ +NAME="zk-lui-solr" +HOST=localhost +PID_FILE="./${NAME}.pid" +LOG_FILE="./${NAME}.log" +PORT=8983 +ZKRUN=yes +BOOTSTRAP_CONF=./solr/collection1/conf -- 1.7.10.4