Quantcast
Channel: Ignite Realtime : All Content - Openfire Support
Viewing all articles
Browse latest Browse all 4778

Help setting up a basic Hazelcast setup

$
0
0

So I'm struggling to get my Hazelcast setup. I run openfire using 2 home servers that are showing as being clustered together but I can't seem to get HaProxy to work. I'm just trying to have the server offload some of the work load and provide basic redundancy. HaProxy is installed on one of the servers that I want to be the "primary" openfire server. When I enable HaProxy and then enable openfire the server is unconnectable.

 

My haproxy.cfg is

 

global

log 127.0.0.1 local0 notice

maxconn 2000

user haproxy

group haproxy

 

defaults

log     global

mode    http

option  httplog

option  dontlognull

retries 3

option redispatch

timeout connect  5000

timeout client  10000

timeout server  10000

 

listen appname 0.0.0.0:5222

mode http

stats enable

stats uri /haproxy?stats

stats realm Strictly\ Private

stats auth **:**

balance roundrobin

option httpclose

option forwardfor

server server1 192.168.1.111:5222 check

server server2 192.168.1.11:5222 check


Viewing all articles
Browse latest Browse all 4778

Trending Articles