Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.
The following page has been changed by JannForrer: http://wiki.apache.org/lenya/How_to_tune_Lenya_1%2e4_for_Production_Use ------------------------------------------------------------------------------ }}} == Cache == + The default store implementation in cocoon is an in-memory store backed by a disk store (based on EHCache). You can configure this store + using a file called ehcache.xml which is located in ''org/apache/cocoon/components/store/impl/ehcache.xml''. + The default entries of the defaultCache are as follows: + <defaultCache + maxElementsInMemory="10000" + eternal="true" + timeToIdleSeconds="0" + timeToLiveSeconds="0" + overflowToDisk="true" + diskPersistent="true" + diskExpiryThreadIntervalSeconds="120" + /> == Security == --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
