From 3a3842e8744fdc1b2d7b5e462fb17972cf5083fb Mon Sep 17 00:00:00 2001 From: Derek Hulley Date: Thu, 21 Jun 2007 09:27:11 +0000 Subject: [PATCH] Added configuration for new Person cache. Added sample configuration for clustering git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6046 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/cache-context.xml | 72 +++++++++---------- config/alfresco/ehcache-default.xml | 6 ++ .../ehcache-custom.xml.sample.cluster | 17 +++++ 3 files changed, 59 insertions(+), 36 deletions(-) diff --git a/config/alfresco/cache-context.xml b/config/alfresco/cache-context.xml index fb78a916bf..651394492c 100644 --- a/config/alfresco/cache-context.xml +++ b/config/alfresco/cache-context.xml @@ -172,42 +172,6 @@ - - - - - - - - - - - - - - org.alfresco.cache.ticketsCache - - - - - - - - - - - - - - - - org.alfresco.ticketsTransactionalCache - - - 10 - - - @@ -245,4 +209,40 @@ + + + + + + + + + + + + + + org.alfresco.cache.ticketsCache + + + + + + + + + + + + + + + + org.alfresco.ticketsTransactionalCache + + + 10 + + + \ No newline at end of file diff --git a/config/alfresco/ehcache-default.xml b/config/alfresco/ehcache-default.xml index a6983499f2..99a645e731 100644 --- a/config/alfresco/ehcache-default.xml +++ b/config/alfresco/ehcache-default.xml @@ -280,6 +280,12 @@ eternal="true" overflowToDisk="false" /> + + + + + + + +