|
@@ -11,7 +11,7 @@ Starting the server:
|
|
|
|
|
|
2) start the server with the following comand line:
|
|
2) start the server with the following comand line:
|
|
|
|
|
|
-java -cp zookeeper-dev.jar:java/lib/log4j-1.2.15.jar:conf com.yahoo.zookeeper.server.quorum.QuorumPeer conf/zoo.cfg
|
|
|
|
|
|
+java -cp zookeeper-dev.jar:java/lib/log4j-1.2.15.jar com.yahoo.zookeeper.server.quorum.QuorumPeer conf/zoo.cfg
|
|
|
|
|
|
Notice that the server is picking up the log4j.properties file from the conf directory (default).
|
|
Notice that the server is picking up the log4j.properties file from the conf directory (default).
|
|
|
|
|