`

配置tomcat的连接池

阅读更多
配置tomcat的连接池
修改context.xml
<Context reloadable="true">
 <WatchedResource>WEB-INF/web.xml</WatchedResource>
 <Resource name="jdbc/oracleds" auth="Container"
 type="javax.sql.DataSource"
 maxActive="100" maxldle="30" maxWait="10000"
 username="scott" password="tiger"
 driverClassName="oracle.jdbc.OracleDriver"
 url="jdbc:oracle:thin:@192.168.1.20:1521:ora9" />
</Context>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics