Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install the dubbo Management console

2025-03-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

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!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report