Grails auto reload functionality in run-app on a custom environment
Posted
by Eric Bennett
on Stack Overflow
See other posts from Stack Overflow
or by Eric Bennett
Published on 2009-08-25T02:18:15Z
Indexed on
2010/04/14
17:03 UTC
Read the original article
Hit count: 206
When running a custom environment with grails via grails -Dgrails.env=custom run-app it appears that the auto reload / hot deploy is turned off, does anyone know how to arbitrarily enable this for any given environment, not just dev, which appears to be the only env where it is actually on by default?
© Stack Overflow or respective owner