-->

WSO2 Identity Server listening to port 9999

2019-09-07 04:07发布

问题:

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=%DE‌​BUG_PORT%

[2] Set default heap size in Windows