WSO2 Identity Server listening to port 9999

2019-09-07 04:29发布

enter image description here

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条回答
一纸荒年 Trace。
2楼-- · 2019-09-07 05:07

"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

查看更多
登录 后发表回答