Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Following are the steps to use WellKnownAddress Tangosol feature in TIBCO BusinessEvents (BE) 2.0-
1) Place the attached "tangosol-coherence-override.xml" in $TIBCO_HOME/be/2.0/hotfix/lib folder
2) Edit this file to modify the following properties as per your environment -
<well-known-addresses>
<socket-address id="1">
<address system-property="tangosol.coherence.wka1">10.105.96.117</address>
<port system-property="tangosol.coherence.wka1.port">9005</port>
</socket-address>
<socket-address id="2">
<address system-property="tangosol.coherence.wka2">10.107.206.50</address>
<port system-property="tangosol.coherence.wka2.port">9005</port>
</socket-address>
</well-known-addresses>
You can add additional nodes here if you have more than two nodes.
3) Now to modify these properties using Administrator (while deploying), you can use the following properties in the .tra file-
java.property.tangosol.coherence.wka1=nshetty-lt
java.property.tangosol.coherence.wka1.port=9001
java.property.tangosol.coherence.wka2=ae-sol9
java.property.tangosol.coherence.wka2.port=9001