git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@670960 13f79535-47bb-0310-9956-ffa450edef68
@@ -11,7 +11,7 @@ Starting the server:
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).