blob: 3d47610a53f9d98f1ff7641eb89293340b71866f [file] [log] [blame]
<?xml version="1.0"?>
<!-- serverExceptions.xml
Configures a server to for clients at port 40404.
-->
<!DOCTYPE cache PUBLIC
"-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN"
"http://www.gemstone.com/dtd/cache6_5.dtd">
<cache>
<cache-server port="40404"/>
<region name="exampleRegion">
<region-attributes scope="distributed-no-ack" data-policy="replicate"/>
</region>
<region name="exampleRegion2">
<region-attributes scope="distributed-no-ack" data-policy="replicate"/>
</region>
</cache>