简体   繁体   English

apapped和tomcat docker容器之间的连接问题

[英]connection issues between apacheds and tomcat docker containers

Our java web application running in tomcat container needs connection with apacheds container on port 10389 which has error as depicted in below screenshots. 我们在tomcat容器中运行的Java Web应用程序需要与端口10389上的apacheds容器进行连接,该错误具有以下屏幕截图所示。 Tomcat container is running on 8080 and apacheds on 10389 Tomcat容器在8080上运行,并在10389上更新

This is the apacheds container where we tried connecting to tomcat port 8080 which is expose in running tomcat container which worked fine 这是我们尝试连接到tomcat端口8080的apcheds容器,该端口在运行中的tomcat容器中公开,效果很好

This is the tomcat container where we tried connecting to apacheds port 10389 which is expose in running apacheds container 这是我们尝试连接到apappeds端口10389的tomcat容器,该端口在运行中的apcheds容器中暴露

There was problem with ldap server ip address in our webapp. 我们的Web应用程序中的ldap服务器IP地址存在问题。 After changing that it is working. 更改后,它正在工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM