programming/jsp

[jsp] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache

labj 2016. 12. 2. 13:35

[jsp] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache


톰캣 웹서버를 아마존웹서버에 설치하고 운영을 하였습니다. 

1일 정도 주기로 접속은 되는데 data를 쿼리해 오지 못하더군요 

로그를 확인해 보니 


[jsp] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache


라고 계속 찍힙니다. 구글링을 통해서 확인해 본 결과 context.xml에 다음 문구를 추가해야 하더군요


<Resources cachingAllowed="true"  cacheMaxSize="100000" /> 

어떤 현상이 나타나는지 지켜봐야겠습니다. ^^


'programming > jsp' 카테고리의 다른 글

[jsp] jsonp 테스트  (0) 2016.12.19
[jsp] 업로드 버튼 file 숨기기  (0) 2016.12.04
[jsp] P3P 쿠키 사용 설정하기  (0) 2015.06.08
[jsp] IE11 한글 인코딩  (0) 2015.05.21
[jsp] IE10 한글 인코딩  (0) 2015.05.21