...
- 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.
...
Property Name | Property Code | Required | Description | ||||
---|---|---|---|---|---|---|---|
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 |
| N | A node-qualifiedcluster or server name where the WebSphere Application will run. Required if the Cluster Name property is not set. (e.g. node01/server1) | Cluster Name |
| N | The name of the cluster where the WebSphere Application will run. Required if the Server Name property is not set 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. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
...