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 property.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
WSAdmin User | FDWAS_WSADMIN_USER | N | The user to connect to wsadmin as |
WSAdmin Password | FDWAS_WSADMIN_PASSWORD | N | The password for WSAdmin User |
WSAdmin Home | FDWAS_WSADMIN_HOME | Y | The path containing the bin folder with the wsadmin script |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
App Name | FDWAS_APP_NAME | Y | The name of the application being deployed |
App Scope | FDWAS_APP_SCOPE | Y | The scope for the application |
Cell Node Name | FDWAS_APP_SERVER_CELL_NODE_NAME | Y | The name of the cell node to deploy to |
...