summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/cache/cache.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/cache/cache.composite')
-rw-r--r--sca-cpp/trunk/components/cache/cache.composite4
1 files changed, 3 insertions, 1 deletions
diff --git a/sca-cpp/trunk/components/cache/cache.composite b/sca-cpp/trunk/components/cache/cache.composite
index 838cbce77f..a85f909db9 100644
--- a/sca-cpp/trunk/components/cache/cache.composite
+++ b/sca-cpp/trunk/components/cache/cache.composite
@@ -26,7 +26,9 @@
<service name="memcache">
<binding.http uri="memcache"/>
</service>
- <property name="servers">localhost localhost:11212 localhost:11213</property>
+ <property name="server">localhost</property>
+ <property name="server">localhost:11212</property>
+ <property name="server">localhost:11213</property>
</component>
<component name="l2cache">