Tomcat8 启动中提示 org.apache.catalina.webresources.Cache.getResource Unable to add the resource
Posted 沙耶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tomcat8 启动中提示 org.apache.catalina.webresources.Cache.getResource Unable to add the resource相关的知识,希望对你有一定的参考价值。
Tomcat8 启动过程中提示:
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 的 </Context>前添加以下内容:
<Resources cachingAllowed="true" cacheMaxSize="100000" />
以上是关于Tomcat8 启动中提示 org.apache.catalina.webresources.Cache.getResource Unable to add the resource的主要内容,如果未能解决你的问题,请参考以下文章
JDK8+tomcat8环境tomcat启动时SecureRandom 非常慢解决办法
centos7中启动tomcat提示bash: tomcat8.0.39/bin/startup.sh: 权限不够
Spring Boot启动提示:org.apache.catalina.LifecycleException: A child container failed during start
jmeter启动提示: Could not initialize class org.apache.jmeter.gui.util.MenuFactory in thread Thread