geosolutions-it / http-proxy

Lean and Mean HTTP Proxy written in Java
GNU General Public License v3.0
21 stars 31 forks source link

Externalizing Configuration #8

Open tdipisa opened 12 years ago

tdipisa commented 12 years ago

The http proxy configuration is loaded from the classpath. Is a good idea, at installations, outsource the configuration so that a redeploy of the application will not overwrite your changes.

In web.xml, or as system property, you can put a key that indicates an alternate location of the configuration file.

simboss commented 12 years ago

We can also try to put spring in the mix to help with this.