ok, I made a couple of changes, however I don't think the server is starting. When I invoke the start:
*$ ./bin/zkServer.sh start ZooKeeper JMX enabled by default Using config: /c/Users/thclotworthy/DevBase/zookeeper/zookeeper-3.4.10/bin/../conf/zoo.cfg Starting zookeeper ... STARTED* , it says it has started. However, when I check its status: *$ ./bin/zkServer.sh status ZooKeeper JMX enabled by default Using config: /c/Users/thclotworthy/DevBase/zookeeper/zookeeper-3.4.10/bin/../conf/zoo.cfg Error contacting service. It is probably not running.* , so I assume it is not running. When I look at the zookeeper.out, there is one entry: *Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain* As far as the "data" folder, I assume you mean the folder corresponding to: *dataDir=/var/lib/zookeeperdata/1* is that what you mean? If so, there is a single file: zookeeper_server.pid, which contains the number: 7600 Grateful for any more ideas. Thanks! -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html