<?xml version="1.0"?>

<!-- SecurityServer.xml -->
     

<!DOCTYPE cache PUBLIC
  "-//GemStone Systems, Inc.//GemFire Declarative Caching 5.7//EN"
  "http://www.gemstone.com/dtd/cache5_7.dtd">
<cache>
  <cache-server port="40404" notify-by-subscription="true" maximum-time-between-pings="20000"/>
  <region name="exampleRegion">
      <region-attributes scope="distributed-no-ack" data-policy="replicate">
      </region-attributes>
  </region>
</cache>
