Re: Admin webapp save-to-XML

2002-05-06 Thread Craig R. McClanahan
On Mon, 6 May 2002 [EMAIL PROTECTED] wrote: > Date: Mon, 6 May 2002 12:02:18 -0700 (PDT) > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: Admin webapp save-to-XML >

Re: Admin webapp save-to-XML

2002-05-06 Thread costinm
Craig, I did look at the code and I think I understand how it works. Save works by looking at 'getters' and generating the xml file. Sort of 'java bean xml persistence'. The generated file will have far more information that it needs ( there is no way to distinguish the 'defaults' ), it requires

RE: Admin webapp save-to-XML

2002-05-03 Thread Craig R. McClanahan
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

RE: Admin webapp save-to-XML

2002-05-03 Thread GOMEZ Henri
>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. +1 for the LDAP support :) -- To unsubscribe, e-mail:

Re: Admin webapp save-to-XML

2002-05-03 Thread Craig R. McClanahan
On Fri, 3 May 2002 [EMAIL PROTECTED] wrote: > Date: Fri, 3 May 2002 09:51:51 -0700 (PDT) > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: Admin webapp save-to-XML > &

Re: Admin webapp save-to-XML

2002-05-03 Thread Amy Roh
Remy Maucherat wrote: >The save-to-XML feature of the admin webapp appears to be working good (of >course, I only tried the default configuration ;-) ). > >I don't know what is the policy that will be used for ovewiting the existing >server.xml, but I would do: >- rename existing server.xml to s

Re: Admin webapp save-to-XML

2002-05-03 Thread costinm
Ok, I don't want to start a flame war or anything - but I really don't like the current solution. For short term - we can live with it, and I can accept that as long as we are commited to replace it with something better. I spent a lot of time on this issue - there are many solutions around -

Re: Admin webapp save-to-XML

2002-05-03 Thread Craig R. McClanahan
On Fri, 3 May 2002, David Graff wrote: > Date: Fri, 3 May 2002 07:52:03 -0400 > From: David Graff <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: Admin webapp save-to-XM

Re: Admin webapp save-to-XML

2002-05-03 Thread David Graff
I'm in total agreement with that! Possibly a way to roll back to a timestamp.old too? - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 06:49 Subject: Admin webapp save-to-XML > The save-to-XML feature of the admin webapp