고객지원 서비스
문의 게시판
기술지원 문의
커넥션풀관련 질문입니다.
박창민 / 2003-04-23 00:00
resin 웹서버내 application 에서는 커넥션풀을 사용가능하지만
별도의 application을 작성후에 다른 jvm 에서의 resin 커넥션풀을 사용하는 방법을 알고 싶습니다.
현재 설정은 대략.
Context ctx = (Context) new InitialContext().lookup(\"java:comp/env\");
DataSource source = (DataSource) ctx.lookup(\"mysql\");
Connection con = source.getConnection();
이렇습니다. 보안관련 설정이 필요한거 같기는 한데..