Docker tomcat behind apache httpd port 8009 not connecting
There's probably something easy I'm missing: The request hits the apache httpd container-> finds the ajp worker -> finds the worker host on docker network-> tries to send the request to tomcat-> fails saying tomcat container is not listening on…