Install the Dubbo Management Console (dubbo-admin-2.5.4) under Linux (CentOS) __linux

Source: Internet
Author: User
Tags zookeeper iptables

The Dubbo control console can manage the service or service consumers registered to the Zookeeper registry. However, whether the control console is normal to the Dubbo service has no effect, the control console also does not need high availability, so you can deploy on a single point. 1, Download Dubbo Control console War package

Download the Dubbo Management Console war pack, which uses version 2.5.4. (I used a Web project that didn't use the war package)
Download Address: Http://pan.baidu.com/s/1o8iYIfC 2, modify the configuration file

Modify the Web-inf directory, view the Dubbo.properties file, dubbo.registry.address change to your registration center address

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


3. Install Tomcat

Download the Linux version of Tomcat, the apache-tomcat-7.0.82.tar.gz I used. Download Link: http://pan.baidu.com/s/1jI5pIke Password: ok6y

Create the installation directory on the virtual machine and upload Tomcat, then unzip TAR-XZVF apache-tomcat-7.0.82.tar.gz 4, upload the console project to Tomcat's WebApps directory 5, Firewall opens port 8080

Using the root user to modify the profile/etc/sysconfig/iptables, increase

-A input-m state--state new-m tcp-p TCP--dport 8080-j ACCEPT


Reboot firewall

Service Iptables Restart

6. Start Tomcat

Tomcat's Bin directory execution./startup.sh

7. Complete

Browse http://192.168.31.108:8080/dubbo-admin-2.5.4


Related Article

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.