samvera-deprecated / jettywrapper

Convenience tasks and classes for automated testing of hydra heads.
Apache License 2.0
7 stars 19 forks source link

issue #6: support different jetty configuration #7

Closed cbeer closed 12 years ago

cbeer commented 12 years ago

..by loading the jetty.yml config wrt the current environment (or falling back on the jettywrapper default config)

The current jetty.yml is a single set of configuration for all environments, but one common use case is different configurations in development vs production. This patch adds an environment hierarchy to jetty.yml (with fallback to a 'default' key)