Dubbo Project demo, using the following methods:
1. Install zookeeper on a machine "a" (physical, virtual), then start "Zookeeper-3.4.6\bin\zkserver.cmd".
If the boot is flashing over, then the configuration is not correct, the primary location of the configuration in: Conf/zoo.cfg file path, as follows:
Datadir=c:\\zookeeper-3.4.6\\zookeeper-3.4.6\\data
Datalogdir=c:\\zookeeper-3.4.6\\zookeeper-3.4.6\\logs
2. Run "edu-common-parent, Edu-facade-user, Edu-service-user" in Eclipse on the other machine "B", and note the zookeeper address in the configuration dubbo-provide.xml.
3. Run "edu-common-parent, Edu-facade-user, Edu-web-boss" in Eclipse on another machine "C", pay attention to configuring Dubbo-consumer.
4. Enter the IP address of the "C" machine in the browser: Http://192.168.1.115:8080/edu-web-boss/HelloController/hello.xhtml?message=helloDubbo
5. Download Address: http://download.csdn.net/detail/qq5132834/9639588