配置条目映射存储库适配器

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

关于此任务

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

在 DB2 for z/OS 上创建联合存储库表时,还可以指定用户定义的缓冲池。请将 tablesBufferPool 参数与 setupIdMgrEntryMappingRepositoryTables 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



使用条款 | 反馈