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 file
On Wildfly configuration file, standalone.xml (or other configuration file that your Wildfly is using), change:
<jsp-config/>
to:
<jsp-config development="true"/>
No comments:
Post a Comment