db2 版本
在context.xml里的context节点内加入下面代码。
<Resource name="jdbc/SUNMANAGER" auth="Container" type="javax.sql.DataSource" driverClassName="com.ibm.db2.jcc.DB2Driver" url="jdbc:db2://18.1.99.235:50000/sunyard" username="db2inst1" password="db2inst1" maxActive="20" maxIdle="10" maxWait="10000"/>
然后在项目的web.xml中加入web-app节点内加入
<resource-ref> <description>DB Connection</description> <res-ref-name>jdbc/SUNMANAGER</res-ref-name> <res-type>javax.sql.DataSource</res-type> j </resource-ref>
结束。
时间: 2024-10-01 05:16:18