Modifying the Predefined HTTP Connector or Creating an HTTP Connector
1. Go to the Software AG_directory \profiles\CTP\configuration\ com.softwareag.platform.config.propsloader directory.
2. Do one of the following:
To modify the predefined HTTP connector, open the com.softwareag.catalina.connector.http.pid-
port_number.properties file in a text editor.
To create an HTTP connector, copy the predefined HTTP connector properties file and open the copy in a text editor.
3. You can modify the following properties:
port - TCP port number on which the connector creates a server socket and awaits incoming connections. The port number must be unique among all connectors.
alias - Identifies the connector to
Software AG Command Central. The alias must be unique across all HTTP connectors. The alias
defaultHttp is assigned to the predefined connector and designates it as the primary HTTP connector.
enabled - Whether to enable or disable the connector. Valid values are
true or
false. The default is
false (disabled).
4. You can also modify the other properties in the file. For more information about the available connector properties, see the Apache Tomcat documentation.
5. Save the file.
6. Rename the properties file by modifying the port_number in the file name to match the value you specified on the port field.