+The plugin-cfg.xml file can be overwritten by the deployment manager synchronization operation, the GenPluginCfg script or any other method that regenerates the file. If you make changes to the plugin-cfg.xml file, and want to keep those changes, it is recommended that you create a copy of the file in a separate location. Make your manual updates each time the file is automatically refreshed by another process.+
Is there any way to override this behavior? Is there a way to specify the default contents of the plugin-cfg.xml file (preferred)? Or is there at least a way to prevent automatic regeneration of the file?
This is a huge limitation, so I'm hoping that I am overlooking something. Any help in determining a way to prevent the plugin-cfg.xml from being overridden would be greatly appreciated.
Specs: IBM WebSphere ND 6.1.0.21, IBM HTTP Server 6.1.0.21, Web Server Plugins for WAS 6.1.0.21 on RHEL 5.2
Regards,
Brian
So, either you totally turn off the automatic updating of plugin-cfg.xml
and only allow manual updates, or you'll have to manually* update the
file after every automatic update.
*this _could_ be done through scripting, launching a daemon process that
watches plugin-cfg.xml for changes, and runs a sed script or something
to add back in your changes.
Ken
So, by disabling automatic generation, you are avoiding frequent overwriting of the plugin-cfg.xml file, but you cannot totally avoid WAS updating the plugin-cfg.xml file (depends on how frequent your Application chagnes are).
I'm curious why you need to have Web Server access the Admin Console? You could directly access the Admin console from the App Server. I don't see Web Server adding any value here.
- Karun
Also, in IHS config file, we modified the following lines to
WebSpherePluginConfig /usr/IBMIHS/Plug-in/td_plugin-cfg.xml
WebSphere is able to update plug-in.xml file automatically but that is not the file you are using. So the real plug-in file is not updated.
Please advise