<?xml version="1.0"?> | |
<!-- serverDurableClient.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="DistRegionAck"> | |
<region-attributes scope="distributed-ack" mirror-type="keys-values"/> | |
</region> | |
</cache> |