Operating Systems: i5/OS
             Personalize the table of contents and search results

 

Update installed applications with the wsadmin tool

 

Use the wsadmin tool and scripting to update installed applications on an application server. Before starting this task, the wsadmin tool must be running. See the Starting the wsadmin scripting client article for more information.

Before starting an application, it must be installed. See the Installing applications with the wsadmin tool article for more information.

 

Overview

Both the update command and the updateinteractive command support a set of options. See the Options for the AdminApp object install, installInteractive, edit, editInteractive, update, and updateInteractive commands article for a list of valid options for the update and updateinteractive commands. You can also obtain a list of supported options for an Enterprise Archive (EAR) file using the options command...Using Jacl:

$AdminApp options
Using Jython:

print AdminApp.options()
For more information for the options, update, or updateinteractive commands, see the Commands for the AdminApp object article. Attention: If an application is running, changing an application setting causes the application to restart. On stand-alone servers, the application restarts after you save the change. On multiple-server products, the application restarts after you save the change and files synchronize on the node where the application is installed.

Perform the following steps to update an application:

 

Procedure

  1. Update the installed application using one of the following options:

  2. Save the configuration changes. See the Saving configuration changes with the wsadmin tool article for more information.

  3. In a network deployment environment only, synchronize the node. See the Synchronizing nodes with the wsadmin tool article for more information.




}
Using the AdminApp object for scripted administration

 

Related Reference


Commands for the AdminApp object
Options for the AdminApp object install, installInteractive, edit, editInteractive, update, and updateInteractive commands
Example: Obtaining option information for AdminApp object commands