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 Primary Port
 
Changing the Infrastructure Data Collector Primary Port
*To change the Infrastructure Data Collector Primary Port
1. Open the Software AG_directory \profiles\InfraDC\configuration\com.softwareag.platform.config.propsloader\com.softwareag.catalina.connector.http.pid-Primary Port.properties file.
2. Edit the primary port as follows:
description=Default HTTP Connector
maxHttpHeaderSize=8192
maxThreads=150
minSpareThreads=25
maxSpareThreads=75
enableLookups=false
acceptCount=100
connectionTimeout=20000
disableUploadTimeout=true
server=SoftwareAG-Runtime
alias=defaultHttp
port=Primary Port
enabled=true
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.