blob: b6d9751788e7d69d1514a578c4f1804bd13b8d39 [file] [log] [blame]
<?xml version="1.0"?>
<!-- serverBasicOperations.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="40405"/>
<region name="exampleRegion2">
<region-attributes scope="distributed-no-ack" data-policy="replicate"/>
</region>
</cache>