Thanks~ :)
Type: Posts; User: loisma; Keyword(s):
Thanks~ :)
I've got two servers and some regions persist to disk.
When I start the second server after the first server has already started, it's OK.
When I restart these servers, they recovered data from...
spring-cache-server.xml:
<!-- cache -->
<gfe:cache id="cache" properties-ref="props"
cache-xml-location="classpath:cache-server.xml" />
cache-server.xml:
I tried to define an index in the spring-cache-server.xml:
<!-- region -->
<gfe:partitioned-region id="MyPartitionRegion" cache-ref="cache">
</gfe:partitioned-region>
<!-- index -->...