How to deploy a Spring Boot WAR to Wildfly, JBoss or Tomcat

This is a short guide on how to deploy a Spring boot war packaged application to Wildfly and Tomcat. As you know, Wildfly is the name of the community version of JBoss EAP, so this configuration should work for JBoss EAP as well.

Introduction Updated: Code examples use Wildfly 18, Java 11 and Spring Boot 2.2. More info about code examples.

Spring Boot guides encourage you to deploy your application with the embedded server when you package the jar file. The default server depends now on...

 •  0 comments  •  flag
Share on Twitter
Published on August 06, 2018 11:05
No comments have been added yet.