빅토르최 님의 글 73
Installing Windows On a Mac using Boot Camp
============================================ Boot Camp로 Windows 설치하기 =========================================…
Log Rotate Perl Script
catalina 로그를 로테이트하기 위한 펄 스크립트입니다. 일부 기능이 추가되었습니다. Argument 1 : 로그 이름 Argument 2 : 로그 주기 #!/usr/bin/perl ## ARG…
LAME을 이용하여 Command-line에서 Audio CD로부터 MP3 Encode
일반적으로 오디오 CD로부터 mp3 파일을 인코딩(생성)하기 위해서는 잠깐의 구글링을 통해 각종 인코딩 프로그램을 다운로드 받아 사용하면 된다. 윈도우 계열 뿐 아니라 OS X에도 이러한 인코딩 프…
lighttpd 알아보기 (3) - OS X 에서 lighttpd 설치하기 (with pcre)
lighttpd에 대해 스터디를 해보겠다고 말한지 오랜 시간이 흘렀다. 1편 - /index.php/miscellaneous/227-lighttpd-1 2편 - /index.php/miscellan…
Apache TomcatJSP 처리 중 Page directive: illegal to have multiple occurrences of contentType with different values
1. 현상 개발 환경 혹은 타 WAS 에서 잘 사용되던 JSP 를 Tomcat 에 배포하여 처리하려는데 "Page directive: illegal to have multiple occurrence…
JSP 처리 중 java.lang.IllegalStateException: getOutputStream() has already been called for this response
JSP 처리 중에 발생하는 다음과 같은 오류 메세지. Servlet.service() for servlet [jsp] in context with path [] threw exception [jav…
The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory
응용팀에서 가져온 애플리케이션이 있어서 Tomcat 에 배포하고 올렸는데 잘 올라왔다. 화면을 띄워보았는데 바로 오류가 난다. The method getJspApplicationContext(Ser…
java.lang.IllegalArgumentException: The servlets named [name1] and [name2] are both mapped to the url-pattern [/pattern] which is not permitted
타 WAS 에서 잘 사용하던 소스를 Tomcat 에 올렸는데, "java.lang.IllegalArgumentException: The servlets named [name1] and [name2]…
is quoted with " which must be escaped when used within the value
다른 곳에서 잘 사용하던 소스를 Tomcat 에 올렸는데 다음과 같은 오류가 발생할 때가 있다. java.lang.RuntimeException: org.apache.jasper.JasperExce…
Tomcat 7.0.56 release
7.0.56 release 되었습니다. 자세한 것은 Tomcat 홈페이지 참고하시면 되겠고, default conf 분석 결과 7.0.55 버전과 완전 동일합니다.
Tomcat 8.0.14 release
따근따근한 Tomcat 8.0.14 가 release 되었습니다. WebSocket 1.1 지원, Windows 인스톨러의 전자서명 부분 등이 달라졌습니다.
Heap 메모리 할당에 따른 GC 횟수 확인, 그리고 대량 조회
1. 개요 Heap 메모리 할당에 따라, 부하가 있을 때, GC 횟수에 어떠한 차이가 있는지 확인해 보고자 한다. 2. 실험환경 JDK 1.7 64bit Tomcat 8.0.12 jPetstore …