Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
07fdaa53
Commit
07fdaa53
authored
Feb 12, 2018
by
Greg Thomas
Committed by
akrherz
Mar 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HZ-8: Update the documentation
parent
5d93e5c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
readme.html
src/plugins/hazelcast/readme.html
+9
-7
No files found.
src/plugins/hazelcast/readme.html
View file @
07fdaa53
...
...
@@ -204,17 +204,20 @@ the Hazelcast cluster if JMX has been enabled via the Openfire admin console.
Refer to the
<a
href=
"http://docs.hazelcast.org/docs/3.9.2/manual/html-single/index.html#monitoring-with-jmx"
>
Hazelcast JMX docs
</a>
for additional information.
</li>
</ol>
<em>
Note:
</em>
The default
<code>
hazelcast-cache-config.xml
</code>
file included with the plugin will include a file
<code>
conf/hazelcast-local-config.xml
</code>
that will be preserved between plugin updates. It is recommended that
local changes are kept in this file.
<p>
The Hazelcast plugin uses the
<a
href=
"http://docs.hazelcast.org/docs/3.9.2/manual/html-single/index.html#configuring-declaratively"
>
XML configuration builder
</a>
to initialize the cluster from the XML file
described above
.
By default the cluster members will attempt to discover each other via multicast at the
XML configuration builder
</a>
to initialize the cluster from the XML file
<code>
conf/hazelcast-local-config.xml
</code>
.
By default the cluster members will attempt to discover each other via
UDP
multicast at the
following location:
</p>
<ul>
<li>
IP Address: 224.2.2.3
</li>
<li>
Port: 54327
</li>
</ul>
Note that these values can be overridden in the plugin's /classes/hazelcast-cache-config.xml
file
(via the multicast-group and multicast-port elements)
. Many other initialization and
These values can be overridden in the
<code>
conf/hazelcast-local-config.xml
</code>
file
via the multicast-group and multicast-port elements
. Many other initialization and
discovery options exist, as documented in the Hazelcast configuration docs noted above. For
example, to set up a two-node cluster using well-known DNS name/port values, try the
following alternative:
...
...
@@ -223,10 +226,9 @@ following alternative:
<
join
>
<
multicast enabled="false"/
>
<
tcp-ip enabled="true"
>
<
member
>
of-node-a.example.com
:5701
<
/member
>
<
member
>
of-node-b.example.com
:5701
<
/member
>
<
member
>
of-node-a.example.com
<
/member
>
<
member
>
of-node-b.example.com
<
/member
>
<
/tcp-ip
>
<
aws enabled="false"/
>
<
/join
>
...
</pre>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment