配置属性扩展存储库适配器

使用 WebSphere Application Server 管理控制台或 wsadmin 命令配置属性扩展存储库适配器。请参阅 WebSphere 管理控制台文档。如果需要修改此配置,您可手动编辑 wimconfig.xml 文件,尽管这不是首选方法。

关于此任务

以下代码样本为基本 wimconfig.xml 文件示例,此文件已配置为使用属性扩展存储库。可以修改以斜体显示的相应值。
<config:repositories xsi:type="config:PropertyExtensionRepositoryType" 
                         id="LA" 
                         databaseType="db2" 
                         dataSourceName="jdbc/wimLA" 
                         dbURL="jdbc:db2:wim" 
                         dbAdminId="DB_ADMIN_ID" 
                         dbAdminPassword="DB_PASSWORD"/>
提示: 在要创建联合存储库表的位置,可以指定用户定义的数据库模式。将 dbSchema 参数和 tablespacePrefix 参数(tablespacePrefix 仅用于 DB2 for z/OS)与 setupIdMgrPropertyExtensionRepositoryTablesdeleteIdMgrPropertyExtensionRepositoryTablessetIdMgrPropertyExtensionRepository wsadmin 命令一起使用。

在 DB2 for z/OS 上创建联合存储库表时,还可以指定用户定义的缓冲池。将 tablesBufferPoolLOBtablesBufferPoolindextablesBufferPool 参数用于 setupIdMgrPropertyExtensionRepositoryTables wsadmin 命令。

有关这些命令的更多信息,请参阅 WebSphere Application Server 信息中心中的主题 IdMgrRepositoryConfig command group for the AdminTask objectSetting up an entry mapping repository, a property extension repository, or a custom registry database repository using wsadmin commands



使用条款 | 反馈