On Thu, 12 Sep 2002 11:07, Igor Fedorenko wrote: > Is it possible or feasible to have LdapConfigurationRepository?
Definetly possible. See jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/configuration/NamingConfigurationBuilder.java - It builds a configuration object from a JNDI Tree (that could point to LDAP or elsewhere. No one has actually implemented it yet to test its feasability. The above code walks the tree and basically builds a xml representation of tree. Other alternatives include storing documents in a single entry. > That's > it, store application configuration in Ldap (or any other > jndi-compliant) server and access it remotely. This way same > configuration data can be share among multiple instances of phoenix > and/or non-phoenix applications. -- Cheers, Peter Donald ---------------------------------------- Why does everyone always overgeneralize? ---------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
