Hey, I'm running ehcache right now using spring in tomcat. I have several web servers running my own ehcache instance that I want to move to a shared / distributed cache. I do not want to use a commercial license only until we are satisfied with its performance and require more formal support while we scale.
What bothers me is the ehcache / teracotta site. All the documentation seems to be geared towards starting the ehcache cache with the teracotta server with which I can connect my web servers by updating my ehcache configuration files ... however, it seems that the instructions are for using the commercial version?
I donβt need clustering right now (and I can understand if this is part of a volume license), but I thought I could configure an open source distributed cache instance? Does anyone have links to how? Or just general instructions on how to move from an inline instance to a shared instance?
source
share