WildFly provides multiple ways to deploy your applications. In this post, we will deploy applications to remote WildFly server using curl.
The Management API in WildFly is accessible through multiple channels, one of them being HTTP and JSON. Even if you haven’t used a curl command line you might already have used this channel since it is how the web console interact with the Management API.
Deploying applications using curl is a two-step process. It does not require you to have any distribution of WildFly or the jboss-cli-client.jar inside the client machine.