8080是哪个组件用到的端口
#6815
-
单机部署,我启动broker的时候指定了特定proxy.json进行启动,为啥一直提示fail bind 8080 这是我启动的完整命令:sh bin/mqbroker -n localhost:9876 -pc conf/proxy.json --enable-proxy & |
Beta Was this translation helpful? Give feedback.
Answered by
bugCats
May 26, 2023
Replies: 1 comment 1 reply
-
remotingListenPort端口,在proxy.json文件中配置。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zuoHx580
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remotingListenPort端口,在proxy.json文件中配置。