码迷,mamicode.com
首页 > 其他好文 > 详细

Tigase Server Clustering

时间:2016-08-10 19:29:34      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:

首先,在服务器上启用集群

修改init.properties

--cluster-mode=true

自定义端口

允许自定义,但是所有的实例都要使用相同的端口,以便通讯

--cl-comp-ports=4250,3540

自定义端口详细配置

这个也不是必须配置的

cl-comp/connections/4250/type[S]=accept
cl-comp/connections/4250/socket[S]=plain
cl-comp/connections/4250/ifc[s]=*
cl-comp/connections/4250/remote-host[S]=localhost
cl-comp/connections/4250/connections/tls/required[B]=false

多节点配置

只要你给每一个节点设置了--cluster-mode=true,他们就能通过 Server to Server通路发现彼此。 他们是通过数据库来发现彼此的。 所有node要用同一个库。

Tigase Server Clustering

标签:

原文地址:http://www.cnblogs.com/easyroom/p/5757850.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!