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 | 31 |
Tags
- web.xml
- grep
- Mac
- tomcat
- lsof
- IntelliJ
- JavaScript
- Source
- profile
- Windows
- port
- vscode
- 줄바꿈 문자
- plugin
- netsh
- 네트워크
- xargs
- find
- GIT
- ssh
- import
- bash
- Eclipse
- context
- maVen
- VirtualBox
- resource
- 단축키
- Quartz
- Windows 10
Archives
- Today
- Total
develog
[Java] context.xml 본문
<Resource
name="jdbc/myoracle"
auth="Container"
type="javax.sql.DataSource"
factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
driverClassName="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@127.0.0.1:1521:orcl"
username="scott"
password="tiger"
/>
'Dev > Java' 카테고리의 다른 글
[Java] Unsupported major.minor version 51.0 (0) | 2016.09.12 |
---|---|
[log4j] ConversionPattern (0) | 2016.06.02 |
[Maven] pom.xml, java 1.8 (0) | 2016.05.29 |
[Java] log4j (0) | 2016.05.29 |
[Java] .class 버전 확인, javap (0) | 2016.03.27 |
Comments