Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For System Administrators | Configuring and Using the Infrastructure Data Collector | Changing Infrastructure Data Collector Ports | Changing the Infrastructure Data Collector Configuration Port
 
Changing the Infrastructure Data Collector Configuration Port
*To change the Infrastructure Data Collector Configuration port
1. Open the Software AG_directory\profiles\InfraDC\configuration\config.ini file.
2. Edit the com.softwareag.infradc.ccs.port property to point to an unused port.
The edited property should have the following format:com.softwareag.infradc.ccs.port=Config Port
3. Save your changes to the file.
4. Open the Software AG_directory \profiles\InfraDC\configuration\com.softwareag.platform.config.propsloader\com.softwareag.catalina.connector.http.pid-Config Port.properties file, and edit the primary port as shown in the following example:
description=Default HTTP Connector
maxHttpHeaderSize=8192
maxThreads=150
minSpareThreads=25
maxSpareThreads=75
enableLookups=false
acceptCount=100
connectionTimeout=20000
disableUploadTimeout=true
server=SoftwareAG-Runtime
alias=secondHttpInfrDC
port=Config Port
redirectPort=Primary Port
enabled=true
5. Save your changes to the file.
Note:
Configuration port changes must also be reflected in the Central Configuration settings for the Infrastructure Data Collection logical server on the Map Endpoints tab for deploying a configuration. See Configuring BAM for more information.