CENTOS7 Installation dubbo-admin2.8.4
1. Installation
All source code of Dubbo can be downloaded from Https://github.com/alibaba/dubbo. Unzip after the good.
Download Apache-tomcat, http://archive.apache.org/dist/tomcat/tomcat-7/unzip after download is complete
2. Configuration
Modify the Tomcat port 8088, modify the method as follows, hit the file server.xml under Conf, because zookeeper will use 8080 of the port, so in order to not conflict, the Tomcat port to change. Remember to change ...
Then delete all the files under wehapps/root/and copy all the files under the dubbo-admin2.8.4 directory to Apache-tomcat webapps/root/.
3. Modify Dubbo.properties
Webapps/root/web-inf/dubbo.properties
dubbo.registry.address=zookeeper://222.29.77.204:2181 #zookeeper地址
Dubbo.admin.root.password=root
Dubbo.admin.guest.password=root
~
4. Visit:
This is all configured well, first of all, be sure to start zookeeper boot before you start Tomcat. Start Zookeeper
Start Tomcat
Visit http://localhost:8088
pop up as follows:
Enter the user name and password are root
You will see:
The following interface shows that the installation configuration is successful and the login password is root/root
Now that's done, you can start using the ~~~~~~~~