随笔-124  评论-49  文章-56  trackbacks-0
配置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 阅读(207) 评论(0)  编辑  收藏 所属分类: tomcat/jboss/weblogic

只有注册用户登录后才能发表评论。


网站导航: