diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-12-14 03:35:21 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-12-14 03:35:21 +0000 |
commit | f50225bacdb1d5fb08fb6a3753d759afa37415db (patch) | |
tree | 18679b43435729fddfd6f11da75e20fb5e22f8d1 /sca-cpp/trunk/components/cache/cache.composite | |
parent | f0ae609332a5ccc097d7be6899fe0259170e714d (diff) |
Change memcached component configuration syntax to use spaces instead of commas between memcached addresses.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214043 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/components/cache/cache.composite')
-rw-r--r-- | sca-cpp/trunk/components/cache/cache.composite | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/components/cache/cache.composite b/sca-cpp/trunk/components/cache/cache.composite index 2f22e424f9..8a96b6161b 100644 --- a/sca-cpp/trunk/components/cache/cache.composite +++ b/sca-cpp/trunk/components/cache/cache.composite @@ -26,7 +26,7 @@ <service name="memcache"> <binding.http uri="memcache"/> </service> - <property name="servers">localhost,localhost:11212,localhost:11213</property> + <property name="servers">localhost localhost:11212 localhost:11213</property> </component> <component name="l2cache"> @@ -34,7 +34,7 @@ <service name="l2cache"> <binding.http uri="l2cache"/> </service> - <property name="servers">localhost:11411,localhost:11412,localhost:11413</property> + <property name="servers">localhost:11411 localhost:11412 localhost:11413</property> </component> <component name="datacache"> |