Ralph Goers wrote: > > > First, I'm assuming this is the code you spoke of a while ago to move > values outside of Cocoon.xconf and the sitemap so that things like > database ports, etc can be defined outside the webapp? > Yepp.
> Well, basically I would need to be able to do whatever you are doing > while getting the data from a different file. We have an XML file that > has some initial logging configuration as well as a section for system > property settings. I'd like to add whatever data you are reading to > that file so that the server only needs one configuration file outside > the webapp. Basically, I would provide the routine to read the data > from wherever I want and your routine would process it. > Ok, the current solution is property based (name - value pairs). If we would make this pluggable, would this work for you? For example, we could convert an XML file into properties. Carsten -- Carsten Ziegeler - Open Source Group, S&N AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/
