Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to update web server plugin using wsadmin commandsq

Status
Not open for further replies.

sitaram8

Programmer
Aug 11, 2003
8
0
0
IN
Hi,
I am writing jacl script to install an application on websphere 5 , and I need to Update Web Server Plugin using wsadmin commands .. instead from console.
How can achieve it .. please help.

Sitaram
 
try using the 'exec' tcl command to call the 'GenPluginCfg.sh'.
 
I'm planning to write wsadmin/jacl script to install appl.
Would you please post you scripts for reference.

Thanks
 
Hi

Go to wsadmin prompt from the bin directory of Deployment Manager

wsadmin> set pluginGen [$AdminControl completeObjectName type=PluginCfgGenerator,*]
wsadmin> $AdminControl invoke $pluginGen generate "c:/WebSphere/DeploymentManager c:/WebSphere/DeploymentManager/config MyServNetwork null null plugin-cfg.xml"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top