On Tue, 2008-10-21 at 06:37 -0700, rainer wrote: > Hi, > > i just downloaded the 3.6.3 Tomcat bundle - and started up several times: > > WARN net.sf.ehcache.config.ConfigurationFactory > ConfigurationFactory.java(parseConfiguration:127) 21.10.2008 15:28:05 No > configuration found. Configuring ehcache from ehcache-fails > ehcache-1.4.1.jar!/ehcache-failsafe.xml > > I get the previous error - but if i take a look at the CacheManager via > Jconsole - my Magnolia Settings are being used. Also changes are immediately > shown in JConsole. > > Can u explain this error?
Nabble for sure can ... search for "magnolia ehcache-failsafe" and you get this http://www.nabble.com/urgent-(sorry!)-help-with-cache-configuration-needed!-td18894516.html#a18953593 and this http://www.nabble.com/Re% 3A-urgent-(sorry!)-help-with-cache--configuration-needed!-td18938881.html#a18938881 similar results with google ;) > > thx & regards > rainer > > PS. How can i trigger a Cache flush manually? In the past we could just take > a chronjob to delete the "mgnl-cache" folder ;) I know that's not a nice > solution. jmx is your friend. net.sf.ehcache.CacheManager bean flush() operation is what you want to execute. There are even cmd line clients for jmx so you should be able to have a cron job that flushes your cache periodically without restarting Magnolia at all. Also with default configuration cache flushed after activating any piece of content. Jan ---------------------------------------------------------------- for list details see http://www.magnolia-cms.com/home/community/mailing-lists.html ----------------------------------------------------------------
