dubbo分布式服务框架

在使用注册中心Zookeeper时注意关闭linux防火墙,windows防火墙。

1.关闭linux防火墙

(1)停止防火墙服务:systemctl stop firewalld.service

(2)禁止firewall开机启动:systemctl disable firewalld.service

2.关闭windows7防火墙(在使用分布式架构的时候,如果防火墙未关闭可能会报500,连接超时,空指针)

win+R->services.msc->windows firewall(禁止启动)

原文地址:https://www.cnblogs.com/seaWaveQin/p/13184397.html