The information in this article applies to:
Product: Metastorm BPM
Version: 9
Issue
- By default, the Metastorm Deployment Service uses Microsoft Windows Communication Foundation (WCF) net.tcp port 808. How can this be changed?
Resolution
To customize the port number used by the Deployment Service, the following changes need to be made:
In \\Program files\\Metastorm\\BPM\\IIS extensions\\DeploymentServiceConfig.xml, specify the port number in this line:
net.tcp://localhost:portnumber/Deployment
In \\Program Files\\Metastorm\\BPM\\Deployment\\Metastorm.Deployment.Core.addin, specify the port number in this line:
net.tcp://localhost:portnumber/Deployment/DeploymentService
In \\Program Files\\Metastorm\\BPM\\Deployment\\Metastorm.Deployment.Libraries.addin, specify the port number in this line:
net.tcp://localhost:portnumber/Deployment/LibraryStore
In \\Program Files\\Metastorm\\BPM\\Deployment\\Metastorm.Deployment.Projects.addin, specify the port number in this line:
net.tcp://localhost:portnumber/Deployment/ProjectStore
WARNING: The addin files will be overwritten by Metastorm BPM updates. These customizations will need to be maintained by the user.