All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gemstone.gemfire.cache.client.ClientCacheFactoryJUnitTest_single_pool.xml Maven / Gradle / Ivy

There is a newer version: 2.0-BETA
Show newest version
<?xml version="1.0"?>
<!-- MultiuserSecurityClient.xml
     Configures a region as a client region in a Security cache. The 
     region's pool connects 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="my_pool_name" multiuser-authentication="true">
    <server host="localhost" port="40404"/>
  </pool>
</client-cache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy