WebSphere Application Server Community Edition V1 系统管理——第 2 部分:配置数据库
2010-01-18 00:00:00 来源:WEB开发网Oracle 数据库:正如前面提到的,Community Edition 提供了特定于 IBM Cloudscape 和 Microsoft SQL Server 2000 的资源适配器。对于 Oracle、DB2 或 MySQL 数据库,您需要使用一般资源适配器,它允许您为 JDBC 驱动程序指定 Driver 和 ConnectionURL(清单 5)。有关一般资源适配器的详细信息,请参见 tranql-connector-1.0.rar 文件中的 ra.xml 文件。
清单 5:EMPdemo Oracle 数据库资源适配器配置...
<config-property-setting name="UserName">wasce</config-property-setting>
<config-property-setting name="Password">password</config-property-setting>
<config-property-setting name="Driver">oracle.jdbc.driver.OracleDriver</
config-property-setting>
<config-property-setting name="ConnectionURL">jdbc:oracle:thin:
@oracleServer.ibm.com:1521:orcl</config-property-setting>
...
IBM DB2 数据库:IBM DB2 数据库资源适配器配置与 Oracle 相同,唯一不同之处在于需要指定特定于 DB2 的 UserName、Password、Driver 和 ConnectionURL 元素(清单 6)。
清单 6:Daytrader DB2 数据库资源适配器配置...
<config-property-setting name="UserName">db2inst1</config-property-setting>
<config-property-setting name="Password">password</config-property-setting>
<config-property-setting name="Driver">com.ibm.db2.jcc.DB2Driver</config-property-setting>
<config-property-setting name="ConnectionURL">jdbc:db2://db2.raleigh.ibm.com:50001/tradedb
</config-property-setting>
...
Tags:WebSphere Application Server
编辑录入:爽爽 [复制链接] [打 印]- ››WebSphere Application Server 7.0 XML Feature P...
- ››WebSphere 反向投资者: 解决 WebSphere Applicati...
- ››WebSphere sMash 的创新应用,第 2 部分: 借助包装...
- ››Websphere MQ v6集群的负载均衡新功能
- ››WebSphere Process Server V6.0.2 集群,第 2 部分...
- ››WebSphere Process Server V6.0.2 集群,第 1 部分...
- ››WebSphere MQ性能调优浅谈
- ››WebSphere配置资源库管理
- ››WebSphere中的SSL/TLS:用法、配置和性能
- ››websphere ejb远程/本地调用总结
- ››WebSphere Application Server对SIP的支持
- ››WebSphere Process Server V6 体系结构概述
更多精彩
赞助商链接