Hi,
I have installed a Camunda 7.7 Wildfly distribution.
I develop my application projects in IntelliJ IDEA IDE and I deploy them from there. The generated .war file I copy it to ~\camunda-bpm-wildfly10-7.7.0\server\wildfly-10.1.0.Final\standalone\deployments
I see in the standalone.xml file at the end the following:
<deployments> <deployment name="myproject.war" runtime-name="myproject.war"> <fs-archive path="C:\project_path\target\myproject.war"/> </deployment> </deployments>
How is this section created there?