Hi,
I have setup jenkins from docker and trying to deploy java application to my host machine’s tomcat application. While the tomcat is running in host machine, my jenkins container fails to connect to the tomcat service port started on host when it tries to deploy the war file to tomcat webapps location.
Any help on this?