You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/02/04 08:32:20 UTC

[GitHub] [servicecomb-java-chassis] wujimin commented on issue #2227: 咨询一个使用问题,如果想使用rest over vertx模式,是不是只能通过standalone方式部署

wujimin commented on issue #2227:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2227#issuecomment-773129219


   已经明确打印了是选择了VertxRestTransport了  
   不是over servlet  
     
   是否使用rest over vertx,与是否standalone之间没有耦合,但是一般都是这样用  
     
   如果同时依赖了rest over vertx和servlet,那么决策规则:  
   1. 如果配置的端口没有被占用,则使用rest over vertx  
   2. 如果配置的端口已经被占用了,则认为自己是运行于servlet容器中,端口是被容器占用的,此时选择rest over servlet


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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