Configuring High Availability Features

The following high-availability features can be used to extend the reliability of a Terracotta cluster. These features are controlled using properties set with the <tc-properties> section at the beginning of the Terracotta configuration file:

<tc:tc-config xmlns:tc="http://www.terracotta.org/config"  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
xsi:schemaLocation="http://www.terracotta.org/schema/terracotta-9.xsd"> 
 <tc-properties> 
   <property name="some.property.name" value="true"/> 
   <property name="some.other.property.name" value="true"/> 
   <property name="still.another.property.name" value="1024"/> 
 </tc-properties> 
<!-- The rest of the Terracotta configuration goes here. --> 
</tc:tc-config>

For more information, see "Terracotta Configuration Parameters" in the BigMemory Max Administrator Guide.