Regenerate the Web server plugin configuration

The GenPluginCfg script regenerates the plugin-cfg.xml file, which stores runtime configuration information for the Web server plugin. The file is stored in the /QIBM/UserData/WebASE/ASE5/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 plugin 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 this script, your user profile must have *ALLOBJ authority.

Usage

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

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

    cd /QIBM/ProdData/WebASE/ASE5/bin
  3. 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 plugin configuration with the administrative console and wsadmin. See Regenerate the Web server plugin configuration with the console and wsadmin.