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
- GIT
- 단축키
- Windows 10
- 네트워크
- Mac
- ssh
- grep
- web.xml
- netsh
- tomcat
- bash
- vscode
- 줄바꿈 문자
- Source
- plugin
- maVen
- profile
- resource
- port
- context
- Windows
- IntelliJ
- find
- Quartz
- xargs
- JavaScript
- lsof
- Eclipse
- VirtualBox
- import
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