Installation of the Dubbo Management console Dubbo-admin

Source: Internet
Author: User
Tags documentation zookeeper tomcat

Reprinted from: http://www.cnblogs.com/sixiweb/p/dubbo-admin-install.html


According to the official documentation, only the war packages provided in the official documentation could not be downloaded, at least in my environment, not knowing if the other network environment is OK.

War package Download Address: Link: http://pan.baidu.com/s/1i32fs7j Password: KPDV

Environmental requirements: jdk1.6+

Mine is JDK1.7+TOMCAT7.

Install Tomcat, make sure Tomcat boots up normally, stop Tomcat, delete files under webapps/root/.

Unzip the war packet, copy it to webapps/root/, modify

/webapps/root/web-inf/dubbo.properties

If the zookeeper is a stand-alone:

dubbo.registry.address=zookeeper://192.168.72.210:2181

If zookeeper is a cluster:

dubbo.registry.address=zookeeper://172.171.17.160:2181?backup=172.171.17.161:2181,172.171.17.162:2181

After you have modified the save, start Tomcat.

Access:

http://yourTomcatIp:yourPort/

User name Root

Password root

After logging in:

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.