Mar 262010
 

As of Grails-1.2.2 we have a better way to specify JVM options just for Grails!
So now that headless option won’t prevent groovyConsole from starting, yay!
Note: this is for firing Grails up from the command line, not deployment.

Just specify GRAILS_OPTS as you would JAVA_OPTS in your environment (e.g. in /etc/environment).
This should work for *nix environments not sure about others.
GRAILS_OPTS is used then JAVA_OPTS so globals specified in the later will over-ride the former.

Also note that you may have to logout/in, depending on your environment configuration. Being able to ‘echo $GRAILS_OPTS’ may not be enough. So simply running GRAILS_OPTS=’x’ in the current shell may not work.

See the commit and JIRA for more details.

Gavin Kromhout:


Thank you for visiting.
Do look around.
Do leave a comment.

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)