Integration Server 11.1 | Integration Server Administrator's Guide | Configuring a Public Cache that Supports JSR 107 on Integration Server | Sharing a JSR 107 Public Cache between Integration Servers
 
Sharing a JSR 107 Public Cache between Integration Servers
You can share the service caching results between two or more Integration Servers that have the exact same configuration. To connect more than one Integration Server to one JSR 107 public cache, configure each Integration Server as follows:
1. Set the watt.server.serviceResults.cache.storeType server configuration parameter to jsr107.
2. Specify the same cache class name in the watt.server.cache.jsr107.className server configuration parameter.
3. Specify the same configuration file name in the watt.server.cache.jsr107.configFile server configuration parameter.
Important:
When more than one Integration Server instances share the same cache, the full path to the location of the configuration file and the name of the configuration file for each Integration Server instance should be the same. For example, \opt\softwareag\IntegrationServer\instances\<instanceName>\config\Caching\jsr\config-client.xml.
4. Specify the same cache name in the watt.server.serviceResults.jsr107.cache server configuration parameter.
5. Restart each Integration Server for the parameter changes to take effect.
If you do not want to share a public cache between two or more Integration Servers that have the same configuration, specify a different cache name on each Integration Server.