Commit b941f8d6 by Java-张振楠

①修改配置信息,以适应Koala Cloud

parent 71c70bdc
......@@ -2,7 +2,7 @@
<ehcache updateCheck="false" name="defaultCache">
<!--<diskStore path="../temp/jeesite/ehcache" />-->
<diskStore path="/youka/temp/jeesite/ehcache" />
<diskStore path="/tomcat/webapps/ROOT/youka/temp/jeesite/ehcache" />
<!-- 默认缓存配置. 自动失效:最后一次访问时间间隔300秒失效,若没有访问过自创建时间600秒失效。-->
<defaultCache maxEntriesLocalHeap="1000" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="600"
......
......@@ -11,7 +11,7 @@
<cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory" />
<!--<diskStore path="../temp/jeesite/ehcache" />-->
<diskStore path="/youka/temp/jeesite/ehcache" />
<diskStore path="/tomcat/webapps/ROOT/youka/temp/jeesite/ehcache" />
<!-- 默认缓存配置. -->
<defaultCache maxEntriesLocalHeap="1000" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="600"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment