<< Click to Display Table of Contents >> Navigation: Development > Project Artifacts > WEBSERVICE_DEPLOYER |
The WEBSERVICE_DEPLOYER collection stores definitions for DTS WebService deployment methods. The deployers are created and edited using the Webservice Deployers dialog in the Web UI.
{
"name" : "",
"type" : "",
"hostname" : "",
"port" : "",
"hostUsername" : "",
"hostPassword" : "",
"copyPath" : "",
"appservUsername" : "",
"appservPassword" : ""
}
Attribute |
Value |
Note |
name |
The name given to the deployer. |
It is the unique identifier used for the deployer throughout DTS. |
type |
The type of deployment. "SCP" / "Samba" / "JBossCLI" / "TomcatHTTP" / "Weblogic" / "Websphere" / "Local" |
Each deployment type has a specific method and requires a specific subset of the other attributes. |
hostname |
The host name for the deployment target (usually the Application Server). |
Required by all deployment types, except "Local" |
port |
The port used for invoking the Application Server's deployment API. |
Required only for "JBossCLI" and "TomcatHTTP" |
hostUsername |
The username to connect to the deployment target host (usually the Application Server). |
Required for "SCP", "Samba", "TomcatHTTP", "Weblogic", "Websphere" |
hostPassword |
The password for hostUsername |
Same as hostUsername |
copyPath |
The path to copy the DTS WARs to on hostname. |
Required for all deployment types, except "JBossCLI" |
appservUsername |
An admin user name for the Application Server. |
Required for "JBossCLI", "TomcatHTTP", "Weblogic", "Websphere"
|
appservPassword |
The password for appservUsername |
Same as appservUsername |
The precise methods each deployer type uses are documented in the Webservice Deployers section.