On Fri, Aug 8, 2008 at 3:00 AM, Dick Davies <[EMAIL PROTECTED]> wrote: > On Fri, Aug 1, 2008 at 6:14 AM, Dave <[EMAIL PROTECTED]> wrote: > >> There is a memcached implementation of the Roller cache system at >> roller.dev.java.net. Here's a HOWTO that explains how to use it: >> >> http://rollerweblogger.org/roller/entry/howto_memcached_with_roller >> >> - Dave > > Thanks Dave - I've been looking for an excuse to try out memcached, so I did > and it's working very well. > > One thing, I got a classnotfound exception following your > instructions. Had to replace > > cache.defaultFactory=net.java.roller.tools.cache.memcached.MemcachedLRUCacheFactory > > with > > cache.defaultFactory=net.java.roller.tools.cache.memcached.MemcachedLRUCacheFactoryImpl > > Thanks for the help!
I'm glad it was helpful and thanks for the fix, I have updated my post. - Dave
