Creating a Configuration File for Log On Parameters
You can save time by creating a configuration file that specifies the values to use for the log on parameters and then pointing commands to the configuration file. Create the configuration file using a text editor and specify the appropriate parameter values. For example:
host=idcauto1
port=5555
user=Administrator
pwd=1xcfdg55
host=idcauto1
port=5555
useSSL=true
senderCert=C:/files/SenderCert.der
privKey=C:/files/SenderPrivKey.der
caCert=C:/files/SenderCACert.der
Save the file with the extension .cnf and store it in the Integration Server_directory \instances\instance_name\packages\WmDeployer\bin directory.
To point a command to the configuration file, specify the following on the command instead of the log on parameters:
Deployer.{sh|bat} --command -configfile file
Parameter | Description |
command | Command to run. |
-configfile file | Full path to the configuration file. |