Configure federated repositories
Add the custom repository to the default federated repositories. You must implement a custom registry adaptor so that WebSphere Portal can access the repository. After you implement the custom registry adaptor, define several parameters for the environment and run a task to add the repository to the federated repositories.Create a custom user registry adaptor before created the repository. To create the user registry adaptor, implement the wim.Repository interface. Refer to the WAS Information Center for more information and instructions.
To create a federated repository:
- To create a federated repository:
- Edit wkplc.properties
- Set values under the VMM Federated CUR Properties heading:
federated.cur.id
federated.cur.adapterClassName
federated.cur.baseDN
federated.cur.isExtIdUnique
federated.cur.supportExternalName
federated.cur.supportPaging
federated.cur.supportSorting
federated.cur.supportTransactions
- Save and close wkplc.properties.
- Run the following
./ConfigEngine.sh wp-create-cur -DWasPassword=foo
- Restart the WebSphere_Portal server.
- To create custom properties for the federated repository:
- Edit wkplc.properties
WP_PROFILE/ConfigEngine/properties
- Set values under the VMM Federated CUR Properties heading in wkplc.properties:
- Save and close wkplc.properties.
- Run the following
./ConfigEngine.sh wp-create-cur-custom-property -DWasPassword=foo
- Restart the WebSphere_Portal server.
If created the clustered environment, including the additional nodes, and then completed the steps in this task, run update-jcr-admin on the secondary nodes.
Parent: Set federated repositories
Related:WAS 8.0 Information Center, Sample custom adapters for federated repositories examples
WAS 8.0 Information Center, VMM API
Set up a custom user repository with Virtual Member Manager for IBM WAS and IBM WebSphere Portal