소스 검색

fixing the readme for servers

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@670960 13f79535-47bb-0310-9956-ffa450edef68
17 년 전
부모
커밋
e62cbf7680
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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).