Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To convert this example to a multicast configuration, the DisableMCastInterceptor, StaticMemberInterceptor, and StaticMember definitions need to be removed. Also, the value for the "address" attribute for the TomcatReceiver definition should be changed to "auto".

This is an example of setting The above example shows how to set up applicaiton-level unicast clustering with two nodes. If you want to set up applicaiton-level unicast clustering with more than two nodes, use a reference like "NextStaticMember" in the second and subsequent StaticMember definitions, but not the last, to chain multiple static members. See the following deployment plan snippet as an example.

...