【问题标题】:connection issues between apacheds and tomcat docker containersapacheds 和 tomcat docker 容器之间的连接问题
【发布时间】:2017-03-27 18:09:24
【问题描述】:

我们在 tomcat 容器中运行的 java web 应用程序需要与端口 10389 上的 apacheds 容器连接,该错误如下面的屏幕截图所示。 Tomcat 容器在 8080 上运行,apacheds 在 10389 上运行

This is the apacheds container where we tried connecting to tomcat port 8080 which is expose in running tomcat container which worked fine

This is the tomcat container where we tried connecting to apacheds port 10389 which is expose in running apacheds container

【问题讨论】:

  • 这两个图像在我看来都是一样的。您能否提供用于启动容器和镜像的相关命令或用于构建它们的Dockerfiles
  • 是的,两张图片都是一样的,但现在我上传了正确的图片,请再检查一遍

标签: java tomcat docker containers apacheds


【解决方案1】:

我们的 webapp 中的 ldap 服务器 IP 地址有问题。更改后它正在工作。

【讨论】:

    最近更新 更多