Deploying multiple Grails instances with shared cache and sessions ?
Posted
by Kedare
on Stack Overflow
See other posts from Stack Overflow
or by Kedare
Published on 2010-04-28T20:36:10Z
Indexed on
2010/05/01
10:37 UTC
Read the original article
Hit count: 269
Hello, I am looking for a solution that allows me to deploy multiple load balanced Grails instances that have shared cache (EhCache Server ?) and sessions, is this possible ?
I can't find any documentation on this (connecting to a common EhCache server or using Distributed EhCache, and sharing sessions (using EhCache too ?))...
I'm looking for something that will work like multiple Rails instances with a common memcached and sessions/caches stored in the memcached...
Can you help me ?
Thank you !
© Stack Overflow or respective owner