1. Download Dubbo-admin-2.5.4.war
2. Place the Dubbo-admin-2.5.4.war under the Tomcat/webapps
3. Create a new dubbo.properties file under Dubbo-admin-2.5.4/web-inf
dubbo.registry.address=zookeeper://127.0.0.1:2181 (Installation address and listening port for zookeeper)
Dubbo.admin.root.password=root
Dubbo.admin.guest.password=guest
4. Start the Tomcat service, login http://192.168.141.101:8080/dubbo-admin-2.5.4/, user name password: root/root
5. Can also be accessed through the Tomcat management console
1) Set up Tomcat User (TOMCAT7), add in Tomcat/conf/tomcat-users.xml
<role rolename= "Admin-gui"/>
<role rolename= "Manager-gui"/>
<user username= "Tomcat" password= "Tomcat" roles= "Amdin-gui,manager-gui"/>
2) Login http://192.168.141.101:8080
3) Click the manager App
4) Click dubbo-admin-2.5.4 Project Access
Note: Zookeeper must be started before starting, using jre1.6 or 1.7 (1.8 will error)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.