<Host
appBase="webapps"
autoDeploy="true"
name="volleyball.ex.co.kr"
unpackWARs="true"
xmlNamespaceAware="false"
xmlValidation="false">
<Context docBase="volleyball" path="" reloadable="true" >
<Resource
name="jdbc/KOVO"
auth="Container"
type="javax.sql.DataSource"
username="volleyball"
password="ball2009"
driverClassName="oracle.jdbc.OracleDriver"
url="jdbc:oracle:thin:@10.100.88.71:1531:WWW"
MaxActive="20"
maxIdle="10"
maxWait="-1"
removeAbandoned="true"
removeAbandonedTimeout="60"/>
</Context>
</Host>
'Tomcat' 카테고리의 다른 글
PermSize 확장 (0) | 2012.07.16 |
---|---|
Tomcat 6.0 서블릿 로딩 설정 (0) | 2010.04.12 |
Tomcat 한글 설정 (0) | 2010.04.12 |