Dubbo build management console (dubbo-admin)

Construction method 1

Directly search for dubbo-admin.war to find the download link, directly download
dubbo-admin.war after downloading.
Insert picture description here
This is a war project and requires a tomcat container, then we start a tomcat, whether the package is started, or docker starts, Docker installs Tomcat , I am a docker dependent patient!

Put dubbo-admin.war in the /tomcat/webapps/ directory, tomcat will automatically decompress to get dubbo-admin
Insert picture description here
modification /dubbo-admin/WEB-INF/dubbo.properties
Insert picture description here
Insert picture description here
restart tomcat Dubbo has been a long time no see, don’t come without any problems
Insert picture description here

Insert picture description here

Construction method 2

After the github-dubbo download address is cloned
Insert picture description here
,
Insert picture description here
use idea to open it, and modify \dubbo-2.5.x\dubbo-2.5.x\dubbo-admin\src\main\webapp\WEB-INF\dubbo.properties
Insert picture description here
to
compile and package zk's ip+ port
Insert picture description here
Put it in tomcat's /tomcat/webapps/
Insert picture description here
tomcat and automatically decompress it.
Insert picture description here
Long time no see, Dubbo
Insert picture description here

Guess you like

Origin blog.csdn.net/CSDN877425287/article/details/112726009