I have created a Wildfly server and I pointed it to the C:\dev\wildfly dir.
However, when I deploy the application via the run configurations, the webapp is always deployed to the project's target directory (using an exploded WAR).
How do you deploy to the Wildfly server's C:\dev\wildfly\standalone\deployments dir (like Eclipse did) instead of the C:\projects\myproject\target\MyProject-0.5-SNAPSHOT.war dir?
Thanks