How to run WildFly with standalone-full.xml from IntelliJ IDEA?

jorgen.ringen picture jorgen.ringen · Sep 15, 2014 · Viewed 29.9k times · Source

I'm trying to run Wildfly 8.0 from Intellij IDEA. When starting WildFly through commmand-line I can use the -c standalone-full.xml parameter to use the standalone-full.xml configuration file. How can I specify this when running WildFly from Intellij IDEA?

Answer

Krzysztof Miksa picture Krzysztof Miksa · Sep 16, 2014

In my opinion switch -c standalone-full.xml is not a VM Option so I will post a little bit different solution: In the Run/Debug configuration for your server in the tab Startup/Connection you have the ability to set Startup script: On the end of line there is checkbox Use default. Please unselect it and paste on the end of the input -c standalone-full.xml