Port on which command central is running

Apart from CC Web UI, is there any way from which we can get the port number on which the Command Central is running? Any config file?

Thanks in Advance

Hi,

Port information can be obtained from com.softwareag.catalina.connector.http.pid-..properties and com.softwareag.catalina.connector.https.pid-.properties files present in /profiles/CCE/configuration/com.softwareag.platform.config.propsloader directory.

Content of file com.softwareag.catalina.connector.http.pid-..properties where 8090 is the http port.

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=8090
redirectPort=8091
enabled=true

Thanks,
Gowri Prasad.

1 Like