webMethods Deployer 10.3 | webMethods Deployer Documentation 10.3 | Using Deployer Commands | Specifying Log On Parameters | Creating a Configuration File for Log On Parameters
 
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.

Copyright © 2013-2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.