Deployer 10.15 | Using Project Automator | Running Project Automator
 
Running Project Automator
Go to the Integration Server_directory /instances/instance_name/packages/WmDeployer/bin directory and run this command:
{projectAutomator.bat|projectAutomatorUnix.sh|projectAutomatorMac.sh}
full_path_to_XML_file
To configure secure ports for the servers, run the command with the following command options:
{projectAutomator.bat|projectAutomatorUnix.sh|projectAutomatorMac.sh}
full_path_to_XML_file -useSSL [-senderCert path_to_cert] [-privKey path_to_key] [-caCert path_to_cert]
where
*-useSSL indicates that you want to connect to the server over an HTTPS port.
*-senderCert path_to_cert Optional. Specifies the location of the client certificate for Project Automator.
*-privKey path_to_key Optional. Specifies the location of the private key for the certificate.
*-caCert path_to_cert Optional. Specifies the location of the signing authority's certificate. If the certificates and private key do not exactly match the ones configured for Project Automator in the Integration Server installation, the command will fail.
Ensure that the certificates are in DER format; if not, convert them to DER format using a certificate management tool, such as Java keytool. For more information on the supported types of certificate format, see the Prerequisites to Configuring a Port for SSL section in the webMethods Integration Server Administrator’s Guide .
Before executing the specified XML file, Project Automator validates the XML using one of the following schemas located in the Integration Server_directory /instances/instance_name/packages/ WmDeployer/config directory:
*ProjectAutomatorForRepository.xsd
*ProjectAutomatorForRuntime.xsd
*ProjectAutomator.xsd