Update Application

Update an application on the WebSphere® server or cluster.
Table 1. Input properties for the Update Application step
Name Type Description Required
Application Name String The name of the application that is being updated. (The name is used for WebSphere reference.) Yes
Content Type Enumeration:
  • app
  • file
  • modulefile
  • partialapp
The content type for the update. Yes
Operation Enumeration:
  • update
  • add
  • delete
  • addupdate
The operation to be completed during this update. If this operation is an application update or a partial application update, the operation must be update. Yes
Content Path String The location of the contents to update the application with. Yes
Content URI String If content type is file, this string is the location of the file to be updated, relative to the EAR root. No
Options String String The string of options to be concatenated onto the update command. No
Cell Name String The name of the cell to be administered. No
Node Name String The name of the node to be administered. No
Server Name String The name of the server to be administered. No
Cluster Name String The name of the cluster to be administered. No
Command Path String The directory location of the wsadmin command-line executable file. Example:/opt/IBM/WebSphere/AppServer/bin/ No
User Name String The user name to be used to connect to the WebSphere Node. No
Password Password The password to be used to connect to the WebSphere Node. No
Host String The host name of the server to connect to. No
Port String The port to connect to. No
Connection Type Enumeration:
  • SOAP
  • RMI
  • NONE
The type of connection to use with wsadmin. Yes
Additional CommandLine Arguments String New line separated list of more command-line arguments to pass to wsadmin. These arguments are appended as the last arguments of the command. No

Feedback