Parcourir la source

fixing the readme for servers

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@670960 13f79535-47bb-0310-9956-ffa450edef68
il y a 17 ans
Parent
commit
e62cbf7680
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      zookeeper/README

+ 1 - 1
zookeeper/README

@@ -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).