+

Search Tips   |   Advanced Search

Propagate plugin-cfg.xml to web servers

For web servers defined in the WAS Network Deployment (ND) configuration, we can automatically propagate the generated plugin-cfg.xml file to web servers using the autoPropagate keyword option, or using the propagatePluginCfg.py script.

To propagate the generated plugin-cfg.xml file using the autoPropagate keyword option, or the propagatePluginCfg.py script, follow this procedure:


Tasks

  1. In the administrative console, go to the On demand router settings page:

    • For stand-alone on demand router processes, click...

        Servers > Server types > On demand routers > ODR_name > On demand router properties > On demand router settings

    • For a static cluster of ODR processes, click...

        Servers > Clusters > On demand router clusters > ODR_static_cluster_name > On demand router properties > On demand router settingsa

    • For a dynamic cluster of ODR processes, go to...

        Servers > Clusters > Dynamic clusters > ODR_dynamic_cluster_name > Server template > On demand router properties > On demand router settings

  2. In the Proxy plugin configuration policy section, select the scope from the Generate plugin configuration drop-down list.

  3. In the Proxy plugin configuration policy section, define an absolute path to the script entered in the Plugin config change script text box. The defined script is invoked every time the plugin-cfg.xml is dynamically updated.

    • Enter the autoPropagate keyword in the Plugin config change script text box to automatically propagate the generated plugin-cfg.xml file.

      Example:

      • autoPropagate,*:*:*
      • /tmp/executeFirst.sh;/bin/executeSecond.sh;autoPropagate,*:*:*

    • Enter the propagatePluginCfg.py script in the Plugin config change script text box to automatically propagate the generated plugin-cfg.xml file.

      Example:

      • /opt/WAS/bin/wsadmin.sh -f /opt/WAS/bin/propagatePluginCfg.py -lang jython https://myIHSHost:8192 ihsusr ihsusrPassword /tmp/plugin-cfg.xml /opt/HTTPServer/plugins/config/webserver1/plugin-cfg.xml

      • /tmp/executeFirst.sh;/bin/executeSecond.sh;/opt/WAS/bin/wsadmin.sh -f /opt/WAS/bin/propagatePluginCfg.py -lang jython https://myIHSHost:8192 ihsusr ihsusrPassword /tmp/plugin-cfg.xml /opt/HTTPServer/plugins/config/webserver1/plugin-cfg.xml

  4. Click Apply, and save and synchronize the changes.

  5. Restart the ODR for the changes to take effect. plugin-cfg.xml is generated every time the ODR starts, when there are administrative actions performed that impact what URIs the ODR handles, and when changes in the environment affect the content of plugin-cfg.xml.

  • Configure an ODR to dynamically update the web server plug-in configuration
  • Generate the plug-in configuration in a high availability environment
  • propagatePluginCfg.py script