Deployer 10.7 | Using Project Automator | Identifying Deployer
 
Identifying Deployer
You identify the Deployer on which you will perform the project tasks in the <DeployerServer> tag. The <DeployerServer> tag enables you to specify the values required to log on to the Integration Server that hosts the Deployer.
The following example shows how to use this tag:
<DeployerServer>
<host>Integration
Server host name or IP address
:port</host>

<user>user
name
</user>
<pwd>password</pwd>
OR <pwdHandle>handle</pwdHandle>

</DeployerServer>
The following table describes the attributes you can specify in the <DeployerServer> tag.
Attribute
Description
host
Host name or IP address of the server.
user
User name of the server.
pwd
Password of the server. You must specify either pwd or pwdHandle.
Note:
Project Automator encrypts passwords the first time it runs. If you must change the passwords in the future, change the passwords in the XML file and run Project Automator to encrypt the passwords again.
pwdHandle
The password handle. You must specify either pwd or pwdHandle. For more information about creating a password handle, see Using Handles Instead of Passwords.