Skip to content

Instantly share code, notes, and snippets.

@JacobASeverson
Last active December 30, 2015 18:19
Show Gist options
  • Save JacobASeverson/7866307 to your computer and use it in GitHub Desktop.
Save JacobASeverson/7866307 to your computer and use it in GitHub Desktop.
Gist for OPI Blog post "Grails Config Values Per Tomcat Host"
// Clip of server.xml file with multiple hosts that need
// environment variables for Grails to pull in.
<Host name="foo1.com" appBase="foo1" ...>
...
</Host>
<Host name="foo2.com" appBase="foo2" ...>
...
</Host>
<Host name="foo3.com" appBase="foo3" ...>
...
</Host>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment