Deployment folder

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?

Hi @kontrag,

I don’t use IntelliJ IDEA IDE, however I believe this is the reason for this snippet in your standalone.xml.
You can try to deploy something without the IDE and see if it will appear in the standalone.xml.

Best regards,
Yana