Docker Tomcat
Answered
Hi there,
Why does Tomcat deploy integration require a local installation of Tomcat to work? If I have Tomcat running locally on my machine using Docker compose why can't Intellij deploy directly to it as a remote deployment? The point of containers is that I don't need to have a local copy of Tomcat installed. :)?
Thanks
Please sign in to leave a comment.
Local copy is needed for the libraries, you don't need to have it running.
Hi Serge,
Fair enough, installed Tomcat with brew seems to be working.
Edit: What happens if the version in Docker and brew differ? Is there a potential mismatch of binaries?
Thanks