Linux Centos7 under Dubbo Admin Console installation __linux

Source: Internet
Author: User

1. Download Tomcat

2. Extract Tomcat Rename to Dubbo-admin-tomcat

TAR-ZXVF apache-tomcat-7.0.57.tar.gz 
MV apache-tomcat-7.0.57 dubbo-admin-tomcat

3. Remove all files from the Tomcat WebApps directory

CD Dubbo-admin-tomcat/webapp

4. Upload the Dubbo Management Console program Dubbo-admin-2.5.3.war to the Tomcat WebApps directory

5. Extract and name the directory root

Unzip dubbo-admin-2.5.3.war-d ROOT

6. Configure Dubbo.properties

VI root/web-inf/dubbo.properties

dubbo.registry.address=zookeeper://192.168.0.1:2181
Dubbo.admin.root.password=root

7. Firewall open 8080 port, modify/etc/sysconfig/iptables with root user

# vi/etc/sysconfig/iptables 

Add: # 
# dubbo-admin-tomcat:8080 
-A input-m State--state new-m tcp-p TCP--dpor T 8080-j ACCEPT reboot

firewall: 

8. Start Tomat

9. Browse http://localhost:8080 to see if successful

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.