上传本地dubbo-admin到Ubuntu服务器
1 | $ scp dubbo-admin.war root@121.40.66.176:/root/soft/ |
解压dubbo-monitor到tomcat/webapps/ROOT/目录下
1 | # unzip dubbo-admin.war -d /root/install/apache-tomcat-8.5.6/webapps/ROOT/ |
1 | $ scp dubbo-monitor-simple-2.5.3-assembly.tar.gz root@121.40.66.176:/root/soft/ |
1 | # tar -zxvf dubbo-monitor-simple-2.5.3-assembly.tar.gz -C /root/install/ |
修改conf/dubbo.properties
中dubbo.registry.address
的值:
1 | dubbo.registry.address=zookeeper://121.40.66.176:2181?backup=139.196.28.125:2181 |
1 | $ scp nexus-3.1.0-04-unix.tar.gz root@121.40.66.176:/root/soft/ |
1 | # tar -zxvf nexus-3.1.0-04-unix.tar.gz -C /root/install/ |
1 | # ./nexus start |
1 | $ scp zookeeper-3.4.9.tar.gz root@121.40.66.176:/root/soft/ |
1 | mkdir /root/install/server1 |
1 | $ scp apache-tomcat-8.5.6.tar.gz root@121.40.66.176:/root/soft/ |
1 | # tar -zxvf apache-tomcat-8.5.6.tar.gz -C /root/install/ |
1 | # sh startup.sh |
1 | # sh shutdown.sh |