Skip to content

Instantly share code, notes, and snippets.

@gschueler
Created January 26, 2011 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gschueler/797253 to your computer and use it in GitHub Desktop.
Save gschueler/797253 to your computer and use it in GitHub Desktop.
rundeck development run script
#!/bin/bash
JAVA_OPTS="-XX:MaxPermSize=256m -Djava.security.auth.login.config=web-app/WEB-INF/jaas.conf -Xmx512m -Xms256m -server " \
grails "$@" -Dserver.port=9090 run-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment