问题
When ever WSO2 ID Server or WSO2 API Manager starts , it always listens to port 9999.. How can i change this port to some other port?
I have tried editing carbon.xml RMIRegistryPort .But no luck..Its still listening to port 9999..
回答1:
"listening for transport dt_socket at address" message will get printed when server is stared in debug mode.
check JAVA_OPTS , debug option[1] might have been set in system level so all application will get affected [2]
[1] JAVA_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=%DEBUG_PORT%
[2] Set default heap size in Windows
来源:https://stackoverflow.com/questions/41350196/wso2-identity-server-listening-to-port-9999