Re: [Geoserver-users] Configuration of staged GeoServer installations

2016-02-25 Thread Andreas Watermeyer
Hi Andrea, variable substitution might be quite easy to achieve when implemented in the config parsing layer - XStream. XStream has "Converters" for example for to-string conversion. That might work, affecting all configurations globally. What do you think? Best regards, Andreas 2016-02-24 18:02

Re: [Geoserver-users] Configuration of staged GeoServer installations

2016-02-25 Thread Andrea Aime
On Thu, Feb 25, 2016 at 2:06 PM, Andreas Watermeyer < andreas.waterme...@its-telco.de> wrote: > Hi Andrea, > > variable substitution might be quite easy to achieve when implemented in > the config parsing layer - XStream. > XStream has "Converters" for example for to-string conversion. That might

Re: [Geoserver-users] Configuration of staged GeoServer installations

2016-02-24 Thread Andrea Aime
On Wed, Feb 24, 2016 at 5:44 PM, Andreas Watermeyer < andreas.waterme...@its-telco.de> wrote: > I think it would be nice to have variable substitution in various > settings, like external URLs. Maybe substitution from system property > or the like. But I suppose variable substitution is not yet av

[Geoserver-users] Configuration of staged GeoServer installations

2016-02-24 Thread Andreas Watermeyer
Hi all, our development process for a GeoServer project consists of the typical stages: - continuous integration stage - user acceptance test stage - ... - production stage The GeoServer configuration is the same for all stages except from a few properties like - URLs of cascaded, external WMS