WildFly Clustering without Multicast: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:


===Manual===
===Manual===
Locate the "jgroups" subsystem in <tt>standalone.xml</tt> or <tt>domain.xml</tt> relevant profile, and set <tt>default-stack</tt> value to "tcp":
<pre>
  ...
  <subsystem xmlns="urn:jboss:domain:jgroups:1.1" default-stack="tcp">
  ...
<pre>


===CLI===
===CLI===

Revision as of 02:05, 24 February 2016

External

Internal

Procedure

Switch to a "tcp" Default Stack

Manual

Locate the "jgroups" subsystem in standalone.xml or domain.xml relevant profile, and set default-stack value to "tcp":

  ...
  <subsystem xmlns="urn:jboss:domain:jgroups:1.1" default-stack="tcp">
  ...

CLI

Replace the MPING protocol with TCPPING

Manual

CLI