On Nov 8, 2013, at 2:41 PM, <[email protected]> wrote: >> If you need >> sessions replicated as changes occur then you'll want to look >> at a different solution, like the built-in cluster support. > > Unfortunately it does not work on AWS, no multicast.
Multicast is not a requirement, that just defines how Tomcat nodes will locate each other. Since multicast is not available for you, you could statically list your Tomcat nodes in your configuration. https://tomcat.apache.org/tomcat-7.0-doc/config/cluster-interceptor.html#Static_Membership > > I think I will fix the DynamoDB-Sessionmanager. Also an option. I think there is a similar items for Redis and MongoDb too. I've not used any of them though, so I can't comment on their fitness. Dan > > Thank you > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
