Build camunda-bpm-webapp for Tomcat and Wildfly separately

I have successfully compiled and created a war file out of the camunda-bpm-webapp using mvn clean install.

The war file that was generated was successfully deployed on apache-tomcat and works as expected.
But now I want to generate another war file that is deploy-able on Wildfly 16 application server. But i dont see any such option in the pom.xml.

Please guide as to how to proceed further.

Did you try to deploy the same war file in Wildfly? I hope it will work fine.

1 Like