Before you begin
Before starting this task, the wsadmin tool must be running. See the Starting the wsadmin scripting client article for more information.Why and when to perform this task
Perform the following steps to regenerate the node plug-in configuration:
Steps for this task
set generator [$AdminControl completeObjectName type=PluginCfgGenerator,node=mynode,*]
generator = AdminControl.completeObjectName('type=PluginCfgGenerator,node=mynode,*')
Using Jacl:
$AdminControl invoke $generator generate "app_server_root/config mycell mynode null plugin-cfg.xml"
Using Jython:
AdminControl.invoke(generator, 'generate', "app_server_root/config mycell mynode null plugin-cfg.xml")
Related information
AdminControl object for scripted administration
Commands for the AdminControl object