How to install the dubbo Management console
Editor to share with you how to install the dubbo management console, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
The open source part of dubbo management console mainly includes: routing rules, dynamic configuration, service degradation, access control, weight adjustment, load balancing, and other management functions.
1. Download dubbo
Address: http://code.alibabatech.com/mvn/releases/com/alibaba/dubbo-admin/2.4.1/dubbo-admin-2.4.1.war
I install tomcat in the / opt/ directory, delete the ROOT folder that comes with tomcat/webapps, and extract the downloaded war package to webapps/ROOT. The command is as follows:
Unzip dubbo-admin-2.4.1.war-d / opt/apache-tomcat-6.0.37/webapps/ROOT
Configuration:
(or place dubbo.properties under the current user directory)
The vim webapps/ROOT/WEB-INF/dubbo.properties configuration information is as follows:
Dubbo.registry.address=zookeeper://127.0.0.1:2181 dubbo.admin.root.password=root dubbo.admin.guest.password=guest
The registry of zookeeper is used here.
Start
Note: before starting tomcat here, you must start zookeeper first.
. / bin/catalina.sh runCtrl + C stop tomcat
The following interface indicates that the installation and configuration is successful, and the login password is root/root
Login success interface:
The above is all the contents of the article "how to install the dubbo Management console". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!