Regenerate the Web server plug-in configuration

The GenPluginCfg script regenerates the plugin-cfg.xml file, which stores runtime configuration information for the Web server plug-in. The file is stored in the /QIBM/UserData/WebASE51/ASE/instance/config/cells directory, where instance is the name of your instance. For information on running Qshell scripts, see Configure Qshell to run WebSphere Application Server - Express scripts.

Regenerate the plug-in configuration after you make changes to the application server. This list describes some, but not all, situations in which you should regenerate the plugin-cfg.xml file:

The application server must be running when you run this script.

Authority

To run the GenPluginCfg script, your user profile must have *ALLOBJ authority.

Usage

    On the CL command line, run the STRQSH (Start Qshell) command.

    Run the cd command to change to the directory that contains the script:

    cd /QIBM/ProdData/WebASE51/ASE/bin

    Run the GenPluginCfg script:

    GenPluginCfg -instance instance

    where instance is the name of the application server instance for which you want to regenerate the plugin-cfg.xml file.

Syntax

The syntax of the GenPluginCfg script is:

GenPluginCfg -instance instance [ -config.root cfgdirectory ]
 [ -cell.name cellname ] [ -node.name nodename ]
 [ -output.file.name filename ] [ -debug yes | no ]

Parameters

The parameters of the GenPluginCfg script are:

Example

GenPluginCfg -instance myAppSvr

This example regenerates the plugin-cfg.xml file for the instance myAppSvr.

You can also regenerate the Web server plug-in configuration with the administrative console, wsadmin, and for a remote HTTP configuration. For more information, see these topics:


Regenerate the Web server plug-in configuration with the console and wsadmin.

Regenerate the plug-in configuration for a remote HTTP configuration.