Commit 6432c6a3 by Java-张振楠

①修改Koala Cloud上的配置

parent 8691d23c
<?xml version="1.0" encoding="UTF-8"?>
<ehcache updateCheck="false" name="defaultCache">
<diskStore path="../temp/jeesite/ehcache" />
<!--<diskStore path="../temp/jeesite/ehcache" />-->
<diskStore path="/tomcat/temp/jeesite/ehcache" />
<!-- 默认缓存配置. 自动失效:最后一次访问时间间隔300秒失效,若没有访问过自创建时间600秒失效。-->
<defaultCache maxEntriesLocalHeap="1000" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="600"
......
......@@ -10,7 +10,8 @@
properties="peerDiscovery=automatic,multicastGroupAddress=230.0.0.1, multicastGroupPort=4446" />
<cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory" />
<diskStore path="../temp/jeesite/ehcache" />
<!--<diskStore path="../temp/jeesite/ehcache" />-->
<diskStore path="/tomcat/temp/jeesite/ehcache" />
<!-- 默认缓存配置. -->
<defaultCache maxEntriesLocalHeap="1000" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="600"
......
......@@ -8,7 +8,8 @@ log4j.appender.Console.layout.ConversionPattern=%d %-5p [%c{5}] - %m%n
#RollingFile
log4j.appender.RollingFile=org.apache.log4j.DailyRollingFileAppender
log4j.appender.RollingFile.File=D:/logs/youka/manage.log
#log4j.appender.RollingFile.File=D:/logs/youka/manage.log
log4j.appender.RollingFile.File=/youka/manage.log
log4j.appender.RollingFile.layout=org.apache.log4j.PatternLayout
log4j.appender.RollingFile.layout.ConversionPattern=%d [%t] %-5p [%c] - %m%n
......
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