Dubbo management tool

To get the management tool of dubbo is actually very simple, just need the following steps:

  1. Download the source code: I downloaded dubbo-dubbo-2.5.7.zip.

  2. Use the maven command to compile the source code and get the war package:

    Unzip the downloaded dubbo-dubbo-2.5.7.zip archive, use the command line to enter the dubbo-admin directory and use the mvn package -Dmaven.skip.test=true command to package and compile.

                      

    When you see the above information, it means success. Enter the target folder under dubbo-admin and you will see a dubbo-admin-2.5.7.war

  3. Put dubbo-admin-2.5.7.war under the webapps of your tomcat, run tomcat, and tomcat will automatically decompress the war package. At this time, open the browser and enter http://192.168.2.***: 8080/dubbo-admin/ , the login user name and password are both root to enter the home page (fill in your own ip address).

 

 

Notice:

If you deploy on the same host as zookeeper and the port is the default 2181 , you don't need to modify any configuration. If it is not on a host or the port is modified, you need to modify dubbo.properties   under WEB-INF , and modify the following configuration: dubbo.registry.address=zookeeper://127.0.0.1:2181 After modification, restart tomca t, use When the maven command is packaged, it requires no Chinese directory

Guess you like

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