After eviction approximately [9,271] KB of data remained in the cache
报错信息
25-Aug-2016 17:25:05.400 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.webresources.Cache.backgroundProcess The background cache eviction process was unable to free [10] percent of the cache for Context [] - consider increasing the maximum size of the cache. After eviction approximately [9,271] KB of data remained in the cache.
解决方法:tomcat/conf/context.xml下面添加如下配置
<resources cachemaxsize="100000" cachingallowed="true">
正在加载评论...
栏目列表
推荐阅读
- 512M,2G,4G,8G服务器正确优化tomcat配置
- org.apache.tomcat.util.http.parser.Cookie.logInvalidHeader A cookie header was received
- Tomcat域名或IP地址访问方式配置方法
- tomcat,jdk如何配置环境变量
- tomcat配置多端口,线程配置,内存优化和server.xml配置
- windows电脑 Maven安装配置
- Tomcat访问Manager报403错误,org.apache.catalina.valves.RemoteAddrValve访问ip控制
- 在windows中查看和杀死tomcat进程
- The valid characters are defined in RFC 7230 and RFC 3986
- 在windows服务器环境下配置tomcat服务开机自启动
- Tomcat管理界面进行卸载部署undeploy项目时不能删除jar文件
- 在Tomcat的Host中,用Parameter设置连接数据库等参数
- Java中boolean默认值与Boolean默认值是不同的
- java.lang.OutOfMemoryError: PermGen space
- jar命令替换war包中的properties文件,jar解压命令,jar打包命令
- org.apache.catalina.webresources.Cache getResource
- tomcat配置域名https证书,添加80和443端口,http重定向到https