https://kotlinlang.org logo
Title
a

ander.dev

09/15/2017, 2:44 AM
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).
Just to clarify did you get your web app working with Wildfly Swarm?
a

ander.dev

09/25/2017, 10:54 PM
Hi @napperley, not with wildfly Swan, as I don't want to have it embedded.... But it is working on wildfly now. https://bitbucket.org/ander_dev/kotlin-jee