配置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>
posted on 2009-11-29 21:27
junly 阅读(219)
评论(0) 编辑 收藏 所属分类:
tomcat/jboss/weblogic