Deploy an application to a WebSphere server. This operation will attempt to do the following:
- Find a single
EAR, WAR, SAR, or JAR
file in the Artifact Directory. - Copy the archive to a temporary location, so that the original archive file is never used.
- Determine the scope of the deployment (server or cluster) and look up additional information about the server.
- Deploy the archive from the temporary location to the server using the name provided by the
App Name
Project Property. - Delete the temporary copy of the archive to save disk space.
NOTE: There should only be one file in the Artifact Directory when the plugin executes. The plugin execution will fail if more than one file is found.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
WAS WebSphere Install Root |
| Y | The base installation directory for the WebSphere Application Server. For example: |
WSAdmin User |
| N | The user to connect to wsadmin WSAdmin as |
WSAdmin Password |
| N | The password for WSAdmin UserUser |
WebSphere App Install Root |
| N | A directory where deployed artifacts are stored. Default is
For example: |
Project Properties
Property Name | Property Code | Required | Description | |||
---|---|---|---|---|---|---|
WebSphere App Name |
| Y | The name of the application being deployed | Cell Name |
| Y|
The name of the cell where the WebSphere Application will run. Server or Cluster Name |
| NY | A cluster or server name where the WebSphere Application will run. A server name may or may not be node qualified, however if the node name is not provided, the server name must be unique within the cell to allow the plugin to look up the node. |
...
This operation consumes artifacts from the artifacts repository.
Endpoint Selection
This operation will select all available delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the environment instance. Selecting a specific resource will result in selection of endpoints associated to the environment /instanceinstance which have that resource defined. Deployment Manager installations should set this to WAS Deployment Manager resource type, along with selecting the WAS Deployment Manager as the resource on the Deployment Manager endpoint.
Endpoint Execution
This operation will execute on any endpoint selected.