tomcat WARNING [ContainerBackgroundProcessor[StandardEngine[Catalina]]]
报错信息如下:**为任意位置org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [**] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum> 只要在$CATALINA_BASE/conf/context.xml里增加资源最大可缓存的大小就行了,大小可按自己的需要定义
cacheMaxSize The maximum>10240 (10 megabytes). This value may be changed while the web application is running (e.g. via JMX). If the cache is using more memory than the new limit the cache will attempt to reduce in>cacheObjectMaxSize will be reduced to ensure that it is no larger thancacheMaxSize/20.
WEB-INF/web.xml
${catalina.base}/conf/web.xml
更多信息: http://tomcat.apache.org/tomcat-8.0-doc/config/resources.html
页:
[1]