WEB开发网
开发学院软件开发Java WebSphere Application Server Community Edition... 阅读

WebSphere Application Server Community Edition V1 系统管理——第 2 部分:配置数据库

 2010-01-18 00:00:00 来源:WEB开发网   
核心提示: Oracle 数据库:正如前面提到的,Community Edition 提供了特定于 IBM Cloudscape 和 Microsoft SQL Server 2000 的资源适配器,WebSphere Application Server Community Edition V1 系统管理

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> 
... 

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:WebSphere Application Server

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接