Deploy a Java web application inside a Wildfly server containerUltimate
Last modified: 08 March 2021
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.