xml.SecurityClient.xml Maven / Gradle / Ivy
<?xml version="1.0"?> <!-- SecurityClient.xml Configures a region as a client region in a Security cache. The region's loader and writer connect to a server listening on port 40404. --> <!DOCTYPE client-cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN" "http://www.gemstone.com/dtd/cache6_5.dtd"> <client-cache> <pool name="client" subscription-enabled="false"> <server host="localhost" port="40404"/> </pool> <region name="exampleRegion" refid="PROXY"/> </client-cache>