$ netstat -nap | grep 9999
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN 15059/java
$ ps -fwwwp 15059
UID PID PPID C STIME TTY TIME CMD
apmuser 15059 1 99 09:59 pts/1 00:00:35 /apm/mom/jre/bin/java -Djava.awt.headless=true -server -XX:+HeapDumpOnOutOfMemoryError -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+DisableExplicitGC -Xms512M -Xmx2048M -DSERVICE=CA_DXC -jar ../lib/DigitalExperienceCollector-2.4.0.6-2018_12_21_07_47.jar --spring.config.location=../conf/dxc.properties --logging.config=../conf/logback.xml
Release : 10.7.0
Component : DXC
The values specified in the application.properties file are overridden by a corresponding file contained in the main DXC jar file DigitalExperienceCollector-2.4.0.6-2018_12_21_07_47.jar
Currently the use of port 9999 is effectively not configurable