Wednesday, August 26, 2015

Enabling JSP hot deploy on Wildfly 8.x

Enviroment

  • Eclipse Juno
  • Wildfly 8.2

Publishing configuration on Eclipse

On Eclipse, open Wildfly 8.x configuration options and be sure that the option Automatically publish when resource change is selected under the Publising menu.
Wildfly Configuration

Wildfly configuration file

 On Wildfly configuration file, standalone.xml (or other configuration file that your Wildfly is using), change:
<jsp-config/>
to:
<jsp-config development="true"/> 

More information

No comments:

Post a Comment