Deploys WAR to remote container.
| Type | Name and description |
|---|---|
static java.lang.String |
UNDEPLOY_ACTION |
java.lang.String |
hostnameHost name on which the container listens to. |
java.lang.String |
passwordPassword to use to authenticate against a remote container. |
java.lang.String |
protocolProtocol on which the container is listening to. |
java.lang.String |
usernameUsername to use to authenticate against a remote container. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
runAction() |
|
void |
validateConfiguration() |
| Methods inherited from class | Name |
|---|---|
class AbstractCargoContainerTask |
runAction, setContainerSpecificProperties, start, validateConfiguration |
Host name on which the container listens to. Defaults to 'localhost'.
Password to use to authenticate against a remote container.
Protocol on which the container is listening to. Defaults to 'http'.
Username to use to authenticate against a remote container.