openfire集群插件hazelcast配置 一、base: 1、ubuntu14.04 2、jdk1.8.0_181 3、openfire4.1.3 二、openfire集群配置 节点1:192.168.67.128 节点1:192.168.67.132 数据库:192.168.1.101:33 ...
分类:
其他好文 时间:
2018-09-05 13:57:05
阅读次数:
504
Openfire 集群部署和负载均衡方案 一. 概述 Openfire是在即时通讯中广泛使用的XMPP协议通讯服务器,本方案采用Openfire的Hazelcast插件进行集群部署,采用Haproxy进行负载均衡,在示例环境中测试通过。 二. 示例环境 服务器配置如下: 服务器名 用途 操作系统 I ...
分类:
其他好文 时间:
2016-11-17 19:37:46
阅读次数:
257
openfire有通过tcp端口通讯,因此nginx需要额外安装nginx_tcp_proxy_module.nginxtcp代理功能由nginx_tcp_proxy_module模块提供,同时监测后端主机状态。该模块包括的模块有:ngx_tcp_module,ngx_tcp_core_module,ngx_tcp_upstream_module,ngx_tcp_proxy_module,ngx_tcp_upstre..
分类:
其他好文 时间:
2016-09-01 00:43:52
阅读次数:
435
环境192.168.253.150openfire150192.168.253.151openfire151nginx负载均衡在150上安装配置openfire-4.0.3tar-xzvfopenfire-4.0.3.tar.gzmvopenfire/usr/local/cd/usr/local/openfirebin/openfirestart浏览器打开192.168.253.150:9090域这里集群成员机器必须一致!两台openfire..
分类:
其他好文 时间:
2016-09-01 00:41:55
阅读次数:
302
一.(测试时间:20151220 - 下午14:00-17:00)windows环境 第一次测试,运行中发现在eclipse环境下.4w个连接耗尽了约1G的内存.另外:服务本来可用的,压测客户端强制关闭,造成大量的session需要清理,这时候会造成拒绝服务现象,新连接无法建立.. session ...
分类:
其他好文 时间:
2016-01-25 11:12:07
阅读次数:
147
集群
Openfire的给集群提供了多种方案。一种是基于Hazelcast插件,还有基于Oracle的coherence插件。
Linux集群配置
一、修改配置文件
/etc/hosts文件
openfire1 192.168.2.104
openfire2192.168.2.240
每台主机都需要配置
二、添加jar包
将coherence.jar、coherence-wor...
分类:
其他好文 时间:
2015-02-04 14:40:42
阅读次数:
606