Tomcat Remote build configuration & Docker
Answered
Hello!
as anybody ever had to deal with deploying an exploded war on a tomcat server running in a Docker container from Intellij IDEA 15?
I can't setup the "Tomcat Remote" build configuration to workwhen the server is located in a Docker container. I successfully connect to Tomcat via the JMX port but the deploy always fails as it seems to look for the exploded war in the host machine instead of the one in the Docker volume. Regular deployment by copying the exploded war in the volume manually and not from Intellij works.
Thanks.
Please sign in to leave a comment.
Hello.
Please see https://www.jetbrains.com/help/idea/2016.2/docker.html article. There is "Example: Deploying a web app into the Wildfly Docker container" part. Pretty the same is for Tomcat.
Best regards,
Nikolay
Updated url: https://www.jetbrains.com/help/idea/2017.1/docker.html#docker_wildfly
For IntelliJ 2017.2, see:
Regards,