When i run nodes in single mode, bitbucket working fine. When i started both nodes its keep me logout. When i checked the logs, its showing that both nodes are acquiring the shared folder & home folder. so Can anyone help me please.
here the bitbucket.properties file.
jdbc.driver=org.postgresql.Driver
jdbc.url=jdbc:postgresql://pgm-l4vi0n
jdbc.user=bitdb
jdbc.password=9*****
# Use multicast to discover cluster nodes (recommended).
hazelcast.network.multicast=false
# If your network does not support multicast, you may uncomment the following lines and substitute
# the IP addresses of some or all of your cluster nodes. (Not all of the cluster nodes have to be
# listed here but at least one of them has to be active when a new node joins.)
hazelcast.network.tcpip=true
hazelcast.network.tcpip.members=10.100.4.*:5701,10.100.*:5701
# The following should uniquely identify your cluster on the LAN.
hazelcast.group.name=admin
hazelcast.group.password=admin@123
server.proxy-name=bitbucket.*
server.proxy-port=443
server.require-ssl=true
server.secure=true
~