Getting started with dubbo (2) - Admin management console

1. Introduction

     The Dubbo console can manage the services or service consumers registered in the zookeeper registration center, but whether the console is normal or not has no effect on the Dubbo service, and the console does not require high availability, so it can be deployed on a single node.

2. Download the source code

    In the GitHub source code of dubbo, there is an admin project, download it, and then we can type this project into a war package and publish it to tomcat to run.

3. Release

   1. The best practice method is directly given here: prepare a new tomcat, delete the files in the root directory, and directly extract the war package to the root directory.

2. Modify the registration center configuration and login password

Open dubbo.properties in the WEB_INF directory and set your own zookeeper server port

3. Start tomcat

4. Login

    If we start the server and consumer, we can see the following services, and we will talk about other things later.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325401313&siteId=291194637