Jens,
I did try disabling the local cache and still getting the same behaviour/error.
I set gemfire-cs-tomcat-7.enable.local.cache=false in catalina.properties which didn't work and then I even hard coded in context.xml
<Manager className="com.gemstone.gemfire.modules.session.catalina.Tomcat7DeltaSessionManager"
enableDebugListener="${gemfire-cs-tomcat-7.enable.debug.listener}"
enableGatewayReplication="${gemfire-cs-tomcat-7.enable.gateway.replication}"
enableLocalCache="false"
regionAttributesId="${gemfire-cs-tomcat-7.region.attributes.id}"
regionName="${gemfire-cs-tomcat-7.region.name}"/>
That didn't make any difference. Any ideas ?
Again, I have 2 apps abc.war and xyz.war deployed to the same instance of tcServer, and I want to be able to share the session data between them that is stored in a Gemfire Cache Server.
Thanks
kampani