Application server in Docker - war deployment with IntelliJ
Hello dear programmers, I'm looking into setting up my development with docker containers since I'm currently working on windows, my setup is now as follows: A docker image including a jboss which is started and already running An hg repo checked out on my windows file system which is imported into IntelliJ A shared folder which is mapped to the deploymentfolder in the docker image Whenever I want to deploy my war, I'll let IntelliJ build the artifact as an exploded war with output directory to $THE_SHARED_FODLER/mywar.war. Then I'll touch a file in the same repo with mywar.war.deploy. Since