Không có mô tả

Patrick D. Hunt ad482ad24c ZOOKEEPER-21. Improve zk ctor/watcher (state transition) docs 16 năm trước cách đây
bin ed70d2edcb ZOOKEEPER-82. Make the ZooKeeperServer more DI friendly. (Hiram Chirino via mahadev) 17 năm trước cách đây
conf 9ab335fc92 Added initial skeleton for ZOOKEEPER-70 17 năm trước cách đây
docs ad482ad24c ZOOKEEPER-21. Improve zk ctor/watcher (state transition) docs 16 năm trước cách đây
src ad482ad24c ZOOKEEPER-21. Improve zk ctor/watcher (state transition) docs 16 năm trước cách đây
CHANGES.txt ad482ad24c ZOOKEEPER-21. Improve zk ctor/watcher (state transition) docs 16 năm trước cách đây
LICENSE.txt 47b8275402 Created notice and renamed the existing license/readme files. See ZOOKEEPER-45 17 năm trước cách đây
NOTICE.txt 47b8275402 Created notice and renamed the existing license/readme files. See ZOOKEEPER-45 17 năm trước cách đây
README.txt ed70d2edcb ZOOKEEPER-82. Make the ZooKeeperServer more DI friendly. (Hiram Chirino via mahadev) 17 năm trước cách đây
build.xml 217107e26b ZOOKEEPER-130. update build.xml to support apache release process. 16 năm trước cách đây

README.txt

Welcome to ZooKeeper!

-------------------
Run "ant" command in this directory to build the server/client. "zookeeper-dev.jar" will be output to this directory on a successful build.


-------------------
Starting the server:

1) in the conf directory make a copy of zoo_sample.cfg (ie zoo.cfg) and edit as necessary. Default values will support a "standalone" instance.

2) start the server with the following comand line:

java -cp conf:zookeeper-dev.jar:src/java/lib/log4j-1.2.15.jar org.apache.zookeeper.server.quorum.QuorumPeerMain conf/zoo.cfg

Notice that the server is picking up the log4j.properties file from the conf directory (default).


-----------------------
Starting a client shell

1) run the following command

java -cp conf:zookeeper-dev.jar:src/java/lib/log4j-1.2.15.jar org.apache.zookeeper.ZooKeeperMain :

where server and port correspond to the ZooKeeper configuration.

Notice that the client is picking up the log4j.properties file from the conf directory (default).