Guys, so...currently I have a couple of API that run on wildfly (same domain) my doubt is how to deploy a couple of springboot + kotlin in the same way as war files.
I might be missing something here, because I have been researching about it and could get a good answer so far.
I try @napperley suggesation but I could make it work .
any other suggestion?
n
napperley
09/16/2017, 3:57 AM
Is Wildfly going to be bundled with the web app? If the answer is yes then use "fat JAR" deployment (aka Wildfly Swarm).
napperley
09/16/2017, 3:58 AM
Just to clarify did you get your web app working with Wildfly Swarm?