You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/15 14:08:29 UTC

[GitHub] ralf0131 commented on issue #1826: qos-server can not bind localhost:22222

ralf0131 commented on issue #1826: qos-server can not bind localhost:22222
URL: https://github.com/apache/incubator-dubbo/issues/1826#issuecomment-405094550
 
 
   QOS can be disabled by programmable API in ApplicationConfig#setQosEnable, therefore is should be configurable if you are using Java API.
   
   If you are running Dubbo in [spring-boot](https://github.com/apache/incubator-dubbo-spring-boot-project), you can configure in application.properties:
   
   ```
   dubbo.application.qos.enable=false
   ```
   
   For XML configuration, I think we can't disabled for now, that is task to be fixed.
   
   You can work it around by specifying another port in dubbo.properties.
   
   ```
   dubbo.application.qos.port=33333
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org