On Fri, 3 May 2002, GOMEZ Henri wrote:

> Date: Fri, 3 May 2002 23:41:15 +0200
> From: GOMEZ Henri <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> Subject: RE: Admin webapp save-to-XML
>
> >This would eventually allow replacing the XML with an LDAP ( which
> >would be nice for clustering and farming ), it would preserve
> >comments and all unmanaged elements, and I believe it would be
> >cleaner and easier.

Modulo bugs and one outstanding FIXME, there is no problem even today with
unmanaged elements getting saved.

>
> +1 for the LDAP support :)
>

In principle, this would not be particularly invasive -- server.xml is
only read in one place (o.a.c.startup.Catalina) and written in one place
(o.a.c.mbeans.StandardServerMBean).  However, you'd need to emulate the
top-down walk of the configuration graph (currently performed by Digester
as it parses server.xml) that actually causes the Catalina components to
get instantiated and configured in the right order.

Given that, I vote to put this on the "after 4.1" enhancements list.

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to