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?
WildFly and IntelliJ Integration The integration with WildFly requires the Ultimate version of IntelliJ Idea. You can find it in: Settings > Build, Executions, Deployment -> Application Servers > “+” > JBoss Server. Then, you will be able to add a Run/ Debug configuration which includes JBoss Server.
standalone. xml file contains all the information regarding modules used by the JBOSS or wildfly.
Click on Browse button to locate standalone-full. xml & save the configuration. Start JBoss server from Eclipse, it will use full profile defined in standalone-full. xml to start.
xml: This is an example configuration for a standalone server. It includes support for every possible subsystem except for those required for high availability.
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
Adding -Djboss.server.default.config=standalone-full.xml
to VM_OPTIONS is the equivalent of running standalone -c standalone-full.xml
from a shell
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With