Tomcat 8.5 - 缓存警告洪水

时间:2016-10-27 13:28:34

标签: java spring tomcat configuration

我正在尝试从Tomcat 8.0.37迁移到8.5.6

在这个新版本中,err控制台不断充斥着这些警告:

oct. 27, 2016 3:16:40 PM org.apache.catalina.webresources.Cache getResource
WARNING: Unable to add the resource at [/WEB-INF/lib/something.jar] 
to the cache because there was insufficient free space available after evicting expired cache entries - 
consider increasing the maximum size of the cache

我想配置servlet(web.xml或Spring)以忽略某些文件类型的缓存(* .jar)

我已经阅读了有关配置context.xml文件的信息,但这感觉就像解决了真正的问题。

如何告诉Tomcat将所有内容记录到slf4j?
我将此添加到清单中但它不起作用:

Dependencies: org.slf4j

1 个答案:

答案 0 :(得分:2)

缓存警告是由8.5.6中的已知错误引起的,该错误将在8.5.7中修复。新版本应在一周左右的时间内提供。

如果你想使用slf4j,那么请遵循slf4j指令重定向java.util.logging输出。