Skip to end of metadata
Go to start of metadata

主机绑定

(+) (#)

缺省主机IP查找顺序:

  • 通过LocalHost.getLocalHost()获取本机地址。
  • 如果是127.*等loopback地址,则扫描各网卡,获取网卡IP。

注册的地址如果获取不正确,比如需要注册公网地址,可以:
1. 可以在/etc/hosts中加入:机器名 公网IP,比如:

2. 在dubbo.xml中加入主机地址的配置:

3. 或在dubbo.properties中加入主机地址的配置:

缺省主机端口与协议相关:

  • dubbo: 20880
  • rmi: 1099
  • http: 80
  • hessian: 80
  • webservice: 80
  • memcached: 11211
  • redis: 6379

主机端口配置:

1. 在dubbo.xml中加入主机地址的配置:

3. 或在dubbo.properties中加入主机地址的配置:

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.