The Dubbo control console can manage the service or service consumers registered to the Zookeeper registry. However, whether the control console is normal to the Dubbo service has no effect, the control console also does not need high availability, so you can deploy on a single point. 1, Download Dubbo Control console War package
Download the Dubbo Management Console war pack, which uses version 2.5.4. (I used a Web project that didn't use the war package)
Download Address: Http://pan.baidu.com/s/1o8iYIfC 2, modify the configuration file
Modify the Web-inf directory, view the Dubbo.properties file, dubbo.registry.address change to your registration center address
dubbo.registry.address=zookeeper://192.168.31.108:2181
3. Install Tomcat
Download the Linux version of Tomcat, the apache-tomcat-7.0.82.tar.gz I used. Download Link: http://pan.baidu.com/s/1jI5pIke Password: ok6y
Create the installation directory on the virtual machine and upload Tomcat, then unzip TAR-XZVF apache-tomcat-7.0.82.tar.gz 4, upload the console project to Tomcat's WebApps directory 5, Firewall opens port 8080
Using the root user to modify the profile/etc/sysconfig/iptables, increase
-A input-m state--state new-m tcp-p TCP--dport 8080-j ACCEPT
Reboot firewall
Service Iptables Restart
6. Start Tomcat
Tomcat's Bin directory execution./startup.sh
7. Complete
Browse http://192.168.31.108:8080/dubbo-admin-2.5.4