CentOS7 x64 JDK1.8
1. wget https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/zookeeper-3.4.8/zookeeper-3.4.8.tar.gz
2. tar zxvf zookeeper-3.4.8.tar.gz
3. cd zookeeper-3.4.8/bin
5. ./zkServer.sh start
dubbo admin use jdk1.7 to package and run
1. download dubbo master wget https://github.com/alibaba/dubbo/zip/master and uncompress
2. cd master
3. maven package –Dmaven.test.skip=true
1. wget http://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v8.5.4/bin/apache-tomcat-8.5.4.tar.gz
2. uncompress
3. modify setclasspath.sh export java_home and export jre_home
4. remove webapp/ROOT
5. copy dubbo admin to ROOT