CacheManager manager = CacheManager.create("ehcache.xml");报文件找不到:
java.io.FileNotFoundException: ehcache.xml (No such file or directory)
ehcache.xml放在WEB-INF下
是不是哪里没配置?
7 回复
@wendal 那要放到哪里
@wendal 是在 WEB-INF\classes 下
@qq_060f38e8 conf或者src,maven的话resources
来自炫酷的 NutzCN
@wendal 我放的也是src下
@wendal 好了,使用
Thread.currentThread().getContextClassLoader().getResourceAsStream("ehcache.xml")
添加回复
请先登陆