Docker Tomcat War
A simple example of running a War file on Apache Tomcat using Docker.
Running locally
-
Make sure that you have installed Docker.
-
Clone this repository.
-
In the root folder run:
docker-compose up
-
The sample app should be accessible from http:localhost:8080. If you are using Docker machine it will be available from
http://{your docker machine's IP address}:8080
.