일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
- 설치
- 설정
- 라즈베리파이
- Android
- mysql
- jsp
- 스크래치
- librecad
- 톰캣
- 예제
- 오라클
- s4a
- 잡토이 메이킹 코딩 학원
- 파주
- Spring Security
- 시작하기
- 강좌
- jobtoy
- 안드로이드
- Unity
- MSSQL
- 잡토이
- 운정
- tomcat
- 아두이노
- 유니티
- 리브레캐드
- 코딩
- html5
- oracle
- Today
- Total
목록programming/jsp (122)
랩제이
[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 cach..
[jsp] P3P 쿠키 사용 설정하기 쿠키 사용이 필요한 서비스에서 사용자가 접속시에 계속 다른 페이지로 이동하는 경우가 발생하고 로그인을 했는데 아무런 메세지 없이 로그인이 안 되는 경우가 발생했습니다. 거의 대다수 ie를 사용하는 브라우저에서 발생하고요 여러가지 경우를 생각해 보았지만 안 되었는데 IE에서 적용하는 쿠키방식중에 P3P란 것이 있더군요 그걸 적용하니 문제가 거의 다 해결되었습니다. * IE쿠키 방식 * 적용방법 이 중에서 '모든 쿠키 차단'은 적용하지 못하고 바로 그 전단계인 '높음'인 - 압축된 개인 정보 취급 방침이 없는 웹 사이트의 모든 쿠키를 차단합니다. - 사용자의 명백한 동의 없이 사용자에게 연락하는 데 사용할 수 있는 정보를 저장하는 쿠키를 차단합니다. 이 두가지 사항이 적..
[jsp] IE11 한글 인코딩 logger.info("(1) : " + new String(temp.getBytes("8859_1"), "ksc5601") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "utf-8") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "UTF-8") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "EUC-KR") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "euc-kr") );logger.info("(1) : " + new..
[jsp] IE10 한글 인코딩 logger.info("(1) : " + new String(temp.getBytes("8859_1"), "ksc5601") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "utf-8") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "UTF-8") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "EUC-KR") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "euc-kr") );logger.info("(1) : " + new..
[jsp] IE9 한글 인코딩 logger.info("(1) : " + new String(temp.getBytes("8859_1"), "ksc5601") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "utf-8") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "UTF-8") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "EUC-KR") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "euc-kr") );logger.info("(1) : " + new ..
[jsp] IE8 한글 인코딩 logger.info("(1) : " + new String(temp.getBytes("8859_1"), "ksc5601") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "utf-8") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "UTF-8") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "EUC-KR") );logger.info("(1) : " + new String(temp.getBytes("8859_1"), "euc-kr") );logger.info("(1) : " + new ..
[jsp] 윈도우 openssl 톰캣 사설인증서 설치 먼저 openssl을 설치해 줍니다. 압축파일로 받아서 bin 디렉토리를 path 잡아주고 openssl.cnf 파일이 있는 곳에서 명령을 실행하는게 좋습니다. https://code.google.com/p/openssl-for-windows/downloads/list D:\webtools\openssl-0.9.8k_WIN32>genrsa -out mykey.key 2048 'genrsa'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. D:\webtools\openssl-0.9.8k_WIN32>openssl genrsa -out mykey.key 2048 Loading 'screen' into random sta..
[tomcat] error - Choose unique values for the 'webAppRootKey' context-param in your web.xml files 19-Mar-2015 10:04:08.346 SEVERE [tadmin.libro.co.kr-startStop-1] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class org.springframework.web.util.Log4jConfigListener java.lang.IllegalStateException: Web app root system prop..