How to avoid iptimeout issue when connecting from ur Desktop to a remote machine
In tangosol-coherence-override.xml – under <cluster-config> element add
<tcp-ring-listener>
<ip-timeout>0</ip-timeout>
</tcp-ring-listener>
this disables IP monitor timeout
Advertisement





