Deploys WAR to remote container.
Type | Name and description |
---|---|
static java.lang.String |
UNDEPLOY_ACTION |
java.lang.String |
hostname Host name on which the container listens to. |
java.lang.String |
password Password to use to authenticate against a remote container. |
java.lang.String |
protocol Protocol on which the container is listening to. |
java.lang.String |
username Username 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.