viewing paste Unknown #48408 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
<?xml version='1.0'?>
 
<!--
This operational configuration override file is set up for use with Coherence in
a development mode.
-->
 
<coherence  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
            xmlns="http://xmlns.oracle.com/coherence/coherence-operational-config"
            xsi:schemaLocation="http://xmlns.oracle.com/coherence/coherence-operational-config coherence-operational-config.xsd"
            xml-override="/tangosol-coherence-override.xml">    
 
  <cluster-config>
    
    <member-identity>
    <cluster-name system-property="tangosol.coherence.cluster">cluster7</cluster-name>
    </member-identity>  
    <multicast-listener>
      <address system-property="tangosol.coherence.clusteraddress">224.12.1.7</address>
      <port system-property="tangosol.coherence.clusterport">12100</port>
      <time-to-live system-property="tangosol.coherence.ttl">4</time-to-live>
      <join-timeout-milliseconds>3000</join-timeout-milliseconds>
    </multicast-listener>
  </cluster-config>
 
  <logging-config>
    <severity-level system-property="tangosol.coherence.log.level">5</severity-level>
    <character-limit system-property="tangosol.coherence.log.limit">0</character-limit>
  </logging-config>
</coherence>
 
Viewed 927 times, submitted by Guest.