WildFly/Jboss Server Configuration

WildFly is the open source series of the jboss server. Latest WildFly version is 9.0.

If you are planning to use WildFly, below configuration will be very useful.

when you add the server double click the server and do the below configurations.

Publishing: choose “Automatically publish after a build event”. I like to change the publishing interval to 1 second too.
Application Reload Behavior: check the “Customize application reload …” checkbox and edit the regex pattern to \.jar$|\.class$
Then,

When enabled option Automatically publish when resource change then changes inside *.html, *.xhtml files are immediately reflected as soon as you refresh the browser.
To make hot deployment work for *.jsp files too, then you should inside ${wildfly-home}/standalone/configuration/standalone.xml make following change:

replace with:

Leave a comment