톰캣 캐시 여유 공간 부족
톰캣 : 캐시 여유 공간 부족
[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 [/jsp/api/editor/pg] - consider increasing the maximum size of the cache. After eviction approximately [719,246] KB of data remained in the cache.
WARNING [http-apr-80-exec-1244] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/OrdData/coverImg/bg_LE-BK.jpg] 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" />
</context>