标签:class container ora username actor ref rip max mil
<Resource
name="jdbc/easybuy"
auth="Container"
type="javax.sql.DataSource"
factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
maxActive="100"
maxIdle="30" maxWait="10000"
username="root"
password="sa"
driverClassName="oracle.jdbc.OracleDriver"
url="jdbc:oracle:thin:@localhost:1521:orcl
/>
<resource-ref >
<description >databaseConnection</description >
<res-ref-name >链接池的name值</res-ref-name >
<res-type >javax.sql.DataSource</res-type >
<res-auth >Container</res-auth >
</resource-ref >
标签:class container ora username actor ref rip max mil
原文地址:http://www.cnblogs.com/codedom/p/6241075.html