You can use scripting and the wsadmin tool to regenerate the node plug-in configuration.
Perform the following steps to regenerate the node plug-in configuration:
public void generate(java.lang.String configuration_root, java.lang.String myCellName, java.lang.String myNodeName, java.lang.String myServerName, java.lang.Boolean propagate, java.lang.Boolean propagateKeyring)where:
configuration_root | is the root directory for the configuration repository. |
myCellName | is the name of the cell. |
myNodeName | is the name of the node. |
myServerName | is the name of the server. |
propagate | is a boolean variable that specifies to propagate the configuration file. |
propagateKeyring | is a boolean variable that specifies to propagate the keyring file. |
wsadmin>$AdminControl invoke $generator generate "c:/was610 c:/was610/profiles/Dmgr02/config 01Cell03 null null plugin-cfg.xml"
public void generate(java.lang.String app_server_root, java.lang.String configuration_root, java.lang.String myCellName, java.lang.String myNodeName, java.lang.String myServerName,java.lang.String myOutputFileName)where:
app_server_root | is the root directory for the application server. |
configuration_root | is the root directory for the configuration repository. |
myCellName | is the name of the cell. |
myNodeName | is the name of the node. |
myServerName | is the name of the server. |
myOutputFileName | is the name of the plug-in configuration file. |