Leave your feedback here
Der Inhalt ist noch nicht in Ihre Sprache übersetzt worden. Hier ist die englische Version.
Advanced configuration
If the basic Hazelcast configuration in
<$INSTALLDIR>/conf/mdm.conf is not enough for your practical
usage, you can make the advanced configuration
Procedure
-
Browse to the file
<TomcatPath>\webapps\talendmdm\WEB-INF\beans.xml and
open it.
-
Locate the Hazelcast configuration part.
<hz:config id="hzConfig">
<hz:network port="${hz.network.port}" port-auto-increment="${hz.network.port-auto-increment}">
<hz:join>
<hz:multicast enabled="${hz.multicast.enabled}"/>
<hz:tcp-ip enabled="${hz.tcp-ip.enabled}">
<hz:members>${hz.members}</hz:members>
</hz:tcp-ip>
</hz:join>
</hz:network>
</hz:config>
Note that the values of the parameters provided in beans.xml will be
fetched from their counterparts defined in the mdm.conf
file.
-
Update the file beans.xml with additional
Hazelcast settings according to your needs. For more information, refer
to http://docs.hazelcast.org/docs/3.7/manual/html-single/index.html#discovering-cluster-members.
-
Save your changes to the beans.xml
file.