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 |
Tags
- profile
- context
- Mac
- bash
- port
- tomcat
- 네트워크
- web.xml
- find
- Source
- VirtualBox
- Windows
- lsof
- 단축키
- vscode
- 줄바꿈 문자
- xargs
- Windows 10
- resource
- plugin
- netsh
- import
- Quartz
- GIT
- IntelliJ
- JavaScript
- Eclipse
- grep
- maVen
- ssh
Archives
- Today
- Total
develog
context.xml 본문
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<Resource
name="jdbc/oracle"
auth="Container"
type="javax.sql.DataSource"
url="jdbc:oracle:thin:@127.0.0.1:1521:orcl"
driverClassName="oracle.jdbc.driver.OracleDriver"
username="scott"
password="tiger"
/>
</Context>
'Web & WAS > Tomcat' 카테고리의 다른 글
[log4j] log4j.properties (0) | 2013.12.01 |
---|---|
Tomcat 6 에서 webapp ROOT 지정하기 (0) | 2013.08.14 |
Tomcat 6, ROOT.xml, docBase (0) | 2013.07.25 |
tomcat, context.xml, resource 설정 (0) | 2013.07.17 |
maxParameterCount (0) | 2013.07.16 |
Comments