Sfoglia il codice sorgente

fixing the readme for servers

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@670960 13f79535-47bb-0310-9956-ffa450edef68
17 anni fa
parent
commit
e62cbf7680
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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:
 
-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).