Connecting to Meteor DDP from Java with Docker container
问题 I am here just to share some experience with java DDP Client Meteor and Docker Hello I am accessing to a meteor docker container from a J2EE docker container and it fails because there are some trouble at the connection with the server name (corresponding to "meteor" in my compose file) and the port "82". In this case it doesn't take into account the port and it replaces it with a default value 80... so the connection fails... 回答1: WHY ? because URI don't handle domain name without dots e.g.