8.7.3 Regenerate Web server plug-in

 

+

Search Tips   |   Advanced Search

 

After installing BeenThere, you may need to regenerate the Web servers plug-in configuration files. The plug-in configuration files can also be generated and propagated automatically, if the Web servers' configuration is set up to do so (Generation of the plug-in configuration file for information about this setting).

To manually update and propagate the plug-in file, log on to the WAS console and select Servers -> Web servers, check both http1 and http2 Web servers and click the Generate Plug-in button.

Alternatively you can regenerate a Web server plug-in from the command line on the Deployment Manager machine using the GenPluginCfg script:

GenPluginCfg.bat -cell.name dmCell -node.name http1Node -webserver.name http1

After the operation completes, the plugin-cfg.xml contains the latest configuration. This file is stored on the Deployment Manager node and then propagated (or copied manually) to the Web server nodes. The plug-in configuration file location on the Deployment Manager node is:

<WAS_HOME>/profiles/<dmProfileName>/config/cells/<cellName>/nodes/<nodeName>/servers/<serverName>/plugin-cfg.xml

Now check both Web servers again and click the Propagate Plug-in button to update the plug-in configuration file on both Web servers.

The propagation only works for Web servers on managed nodes or for the IBM HTTP Server 6.0,

If propagation of the plug-in file is not possible, copy it manually to the Web servers. The destination path on the Web servers is:

<PLUGIN_HOME>/config/<serverName>/plugin-cfg.xml

Next