This topic links to documentation about the VMware Tanzu GemFire Session Management for AppServers.
You implement session caching with VMware Tanzu GemFire Session Management for AppServers with a special filter, defined in the web.xml
, which is configured to intercept and wrap all requests.
You can use this HTTP extension with a variety of application servers. Wrapping each request allows the interception of getSession()
calls to be handled by Tanzu GemFire instead of the native container. This approach is a generic solution, which is supported by any container that implements the Servlet 3.1 specification.
Setting Up the VMware Tanzu GemFire Session Management for AppServers
This topic explains how to modify your application’s web.xml
files to use this extension. Configuration is slightly different depending on the topology you are setting up.
Changing the Default VMware Tanzu GemFire in Session Management for AppServers
This topic explains how to change the pre-configured VMware Tanzu GemFire settings that the AppServers extension runs by default.