본문 바로가기
728x90

Server8

리눅스 euc-kr -> utf-8 변환 리눅스에서 파일 내용에 있는 한글을 euc-kr에서 utf-8로 변환하는 방법은 다음과 같다. #iconv -c -f euc-kr -t utf-8 test.txt > test-utf8.txt 2016. 4. 29.
Broken pipe 에러 회피 및 기타 옵션 속성 설명 maxActive 커넥션 풀이 제공할 최대 커넥션 개수 whenExhaustedAction 커넥션 풀에서 가져올 수 있는 커넥션이 없을 때 어떻게 동작할지를 지정한다. 1일 경우 maxWait 속성에서 지정한 시간만큼 커넥션을 구할 때 까지 기다리며, 0일 경우 에러를 발생시킨다. 2일 경우에는 일시적으로 커넥션을 생성해서 사용한다. maxWait whenExhaustedAction 속성의 값이 1일 때 사용되는 대기 시간. 단위는 1/1000초이며, 0 보다 작을 경우 무한히 대기한다. maxIdle 사용되지 않고 풀에 저장될 수 있는 최대 커넥션 개수. 음수일 경우 제한이 없다. minIdle 사용되지 않고 풀에 저장될 수 있는 최소 커넥션 개수. testOnBorrow true일 경우 커.. 2016. 1. 26.
JEUS 1.6 기동오류 javax.xml.parsers.ParserConfigurationException: Feature 'http://apache.org/xml/features/xinclude' is not recognized. JEUSMain.xml 추가 -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()Z 제우스가 가지고 있는 javax.persisten.. 2015. 11. 6.
Tomcat 현재 열려 있는 Connection pool 개수 조회 Tomcat 현재 열려 있는 Connection pool 개수 조회 400 && bdsNumActive DataSource # Active Connections Maximum Active Connections # of Idle Connections Maxium Wait period before timeout 2015. 10. 12.
728x90