0
点赞
收藏
分享

微信扫一扫

tomcat9 启动中提示 org.apache.catalina.webresources.Cache.getResource Unable to add t


错误提示:

org.apache.catalina.webresources.Cache.getResource Unable to add the resource at xxx to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache

解决办法:

在 /conf/context.xml 的 前添加以下内容:

<Resources cachingAllowed="true" cacheMaxSize="100000" />


举报

相关推荐

0 条评论