ehcache « grails « Java Enterprise Q&A





1. Deploying multiple Grails instances with shared cache and sessions?    stackoverflow.com

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 ...

2. Caching data in grails    stackoverflow.com

I have a site where users will first enter their search criteria. The search combines data from 2 sources, one of which is not a database. The search results are ...

3. "Could not remove disk store entry for [Class]" in Grails - how do I disable disk based caching?    stackoverflow.com

I'm getting the following exception thrown in my Grails application:

[1564928] store.DiskStore ClassNameCache: Could not remove disk store entry for ClassName#123195371. Error was null
java.io.EOFException
       at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2297)
 ...

4. Grails With STS - Get EhCache?    stackoverflow.com

I have an existing Grails project that I am upgrading to a new version. When I build the project I get an error Caused by: java.lang.NoClassDefFoundError: net/sf/ehcache/jcache/JCache After googling, it looks ...