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

相关文章:

  • 2021-07-28
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2021-07-23
  • 2021-09-09
猜你喜欢
  • 2021-05-17
  • 2022-12-23
  • 2021-06-24
  • 2021-05-13
  • 2021-07-25
  • 2021-05-14
相关资源
相似解决方案