Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Source
- JavaScript
- ssh
- tomcat
- Mac
- Windows
- 줄바꿈 문자
- Windows 10
- Quartz
- 단축키
- maVen
- import
- Eclipse
- vscode
- 네트워크
- lsof
- grep
- netsh
- resource
- plugin
- IntelliJ
- port
- find
- VirtualBox
- GIT
- xargs
- profile
- web.xml
- context
- bash
Archives
- Today
- Total
목록Connection pool (1)
develog
eclipse tomcat dbcp 셋팅 (connection pool)
Tomcat ROOT/lib/tomcat-dbcp.jar /WebContent/META-INF/context.xml 수정 server project - context.xml 수정 JNDI 리소스 가져오기 Context initCtx = new InitialContext(); Context envCtx = (Context)initCtx.lookup("java:/comp/env"); DataSource ds = (DataSource)envCtx.lookup("jdbc/testdb"); Connection conn = ds.getConnection(); System.out.println("conn : " + conn);
Web & WAS/Tomcat
2012. 10. 30. 10:48