톰캣 : 캐시 여유 공간 부족
오류 메시지 정리2017. 1. 12. 09:34
톰캣 Catalina 로그 점검시 캐시 여유 공간 부족 확인
[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
C:\Tomcat8\conf\context.xml 내용 추가
<Resources cachingAllowed="true" cacheMaxSize="100000" />
</context>