본문 바로가기
미들웨어/Tomcat

[tomcat] tomcat db connect pool

by KEI NETWORK 2019. 7. 7.
728x90

context.xml

    <Resource
    	name="jdbc/oracle"
    	auth="Container"
    	type="javax.sql.DataSource"
    	driverClassName="oracle.jdbc.OracleDriver"
    	url="jdbc:oracle:thin:@localhost:1521:XE"
    	username="scott"
    	password="tiger"
    	maxActive="50"
    	maxWait="-1">
    </Resource>
728x90

'미들웨어 > Tomcat' 카테고리의 다른 글

[tomcat] <Manager pathname="" />  (0) 2019.07.08
[tomcat] tomcat9.exe 한글 출력  (0) 2019.07.05

댓글