Hi,
A while back there was discussion about merging server.xml and config.xml
into one configuration file. The reason was that they both are modified by
admins. One sets configuration data for each block while the other sets
application global settings (ie threadpools, policy and logging).
We could merge these into one file (config.xml) that has a format like
<application>
...insert all of data from old server.xml here...
<blocks>
...insert all of data from old config.xml here...
</blocks>
</application>
The one objection to this was that the data underneat <blocks> is largely
unstructured while the rest is structured.
What is everyones opinions on this? Is it a good idea? Is it bad? What would
you change? ;)
Cheers,
Pete
*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof." |
| - John Kenneth Galbraith |
*-----------------------------------------------------*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]