IntelliJ IDEA
 
2018.2
 
Help

Deploy a Java web application inside a Wildfly server container

You can use Docker to run a Wildfly server and deploy your Java web applications on it. This tutorial describes how to create a simple Java web application, build a deployable web application resource (WAR) file, and then deploy it inside a Wildfly server running as a Docker container.

Before you begin, make sure that Docker integration is properly configured.

Create a Java web application

Build a WAR artifact

Run a Wildfly server container from a Dockerfile

Last modified: 25 October 2018