일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- MSSQL
- 예제
- 코딩
- 잡토이 메이킹 코딩 학원
- 파주
- 설치
- 아두이노
- Spring Security
- 오라클
- html5
- 강좌
- 안드로이드
- 운정
- mysql
- jsp
- Android
- 라즈베리파이
- 스크래치
- 잡토이
- 시작하기
- 리브레캐드
- s4a
- Unity
- 설정
- 유니티
- 톰캣
- tomcat
- librecad
- oracle
- jobtoy
Archives
- Today
- Total
랩제이
[jsp] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache 본문
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 |