On Thu, Dec 10, 2009 at 11:31 AM, Alexander Klimetschek <aklim...@day.com> wrote: > ...I could also think of a structure with a subfolder per runmode, as it > is done by jcrinstall for install and config folders. Eg. > > /etc/map > + runmode1 > +http > + server.com > .... > + runmode2 > +http > + server2.com > .... > > Might be clearer....
I like this as well, it's easier to see what's configured based on the node structure only. > ...It doesn't allow for mapping a mapping config node > to multiple folders, but one could easily copy the config to multiple > locations.... jcrinstall uses folder names like "config.foo.bar" for things that must be active in either foo or bar runmodes, we could probably use the same convention here. -Bertrand