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 2022/12/06 11:02:17 UTC

[GitHub] [dubbo] lamb007 commented on issue #11085: Is it unnecessary for the service provider to use the built-in tomcat in spring boot?

lamb007 commented on issue #11085:
URL: https://github.com/apache/dubbo/issues/11085#issuecomment-1339149049

   > Dubbo does not use tomcat as server by default. Dubbo is a server based on netty.
   
   But why do I have port conflicts when I start multiple providers at the same time? The spring boot log will also be printed using tomcat
   run the first provider
   `2022-12-06 18:57:19.437  INFO 22688 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)`
   run the second provider
   `Web server failed to start. Port 8080 was already in use.`
   
   Only when I specify different server.port in application.xml can I succeed


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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