Deploy an application to a WebSphere server. This operation will look for an EAR file in the Artifacts Repository with the name set on the FDWAS_APP_NAME propertyattempt 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.
- 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.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
WAS Install Root |
| Y | The base installation directory for the WebSphere Application Server. |
WSAdmin User |
| N | The user to connect to wsadmin as |
WSAdmin Password |
| N | The password for WSAdmin User |
...
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 Name |
| N | A node-qualified 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. |
...