jeecms v9 import myeclipse 2015 ehcache.xml error problem

 

1, can not find the problem file ehcache.xml

cache-context.xml

<property name="configLocation">
<value>/WEB-INF/config/ehcache.xml</value>
</property>

 

2, error

2019-07-20 14:49:01 下午 [Thread: main][ Class:net.sf.ehcache.config.DiskStoreConfiguration Method: net.sf.ehcache.config.DiskStoreConfiguration.translatePath(DiskStoreConfiguration.java:141) ]
DEBUG:Disk Store Path: C:\Users\ADMINI~1\AppData\Local\Temp\/jeecmsv8cache/hibernate
2019-07-20 14:49:02 下午 [Thread: main][ Class:net.sf.ehcache.config.DiskStoreConfiguration Method: net.sf.ehcache.config.DiskStoreConfiguration.translatePath(DiskStoreConfiguration.java:141) ]
DEBUG:Disk Store Path: F:\jeecms\jeecmsv9AuthorizedVersion\jeecmsv9mysql\src\main\webapp\WEB-INF\cache

 

Commented

<!--
<property name="diskStoreLocation">
<value>/WEB-INF/cache</value>
</property> -->

Guess you like

Origin www.cnblogs.com/Jeely/p/11223879.html