How to merge plugin-cfg.xml files generated from Liberty to configure IHS
How to merge plugin-cfg.xml files generated from Liberty to configure IHS?
Followed steps in below link to setup IBM CLM 6.0.3 in distributed environment
I am stuck in merge operation of plugin-cfg.xml file.
What is the other option than manual merge of plugin-cfg.xml file?
PluginUtility mentioned in below link comes along with WLP base version only?
Accepted answer
Hi Tojan
You should be able to use the PluginUtility command that comes with Liberty profile bundled with CLM version 6.0.4 onwards. We will make sure we update the above articles with this information.
- Copy all the Plugins into one folder, example c:/plugins
- Navigate to <JAZZ_HOME>\server\liberty\wlp\bin
- pluginUtility merge --sourcePath=C:/plugins --targetPath=C:/targetDir/myMergedPluginCfg.xml
Best Regards
Shubjit