Re: [5] Config

2002-08-16 Thread costinm
On Fri, 16 Aug 2002, Steve Downey wrote: > > This really seems to pick the best APIs for the job. > > It's a good idea to use JNDI for configuration storing indeed, as it > > allows enterprise scale deployments, and seems generally better suited > > than JMX. > > > > Remy > > > > > To the exten

Re: [5] Config

2002-08-16 Thread Steve Downey
> > >> >> >> What do you think ? > > > I love it :) > > This really seems to pick the best APIs for the job. > It's a good idea to use JNDI for configuration storing indeed, as it > allows enterprise scale deployments, and seems generally better suited > than JMX. > > Remy > > To the extent th

Re: [5] Config

2002-08-16 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: > After a lot of thinking and searching, I found a solution that > I think will work well. If you like it - I'll need some help from > Remy to implement it. If you don't like it - I'm waiting for > a better one... > > There are 3 major parts: > 1. Config storage. Current

Re: [5] Config

2002-08-15 Thread Costin Manolache
Craig R. McClanahan wrote: > (Breathing a sigh of relief that I don't actually have to *implement* this > stuff, but hoping to contribute a little anyway :-) Well, the fact that I don't have to implement much is a relief for me too... Both the API and a lot of drivers ( including xml file ) are

Re: [5] Config

2002-08-15 Thread Craig R. McClanahan
s List <[EMAIL PROTECTED]> > To: List Tomcat-Dev <[EMAIL PROTECTED]> > Subject: [5] Config > > After a lot of thinking and searching, I found a solution that > I think will work well. If you like it - I'll need some help from > Remy to implement it. If you don't like

[5] Config

2002-08-15 Thread cmanolache
After a lot of thinking and searching, I found a solution that I think will work well. If you like it - I'll need some help from Remy to implement it. If you don't like it - I'm waiting for a better one... There are 3 major parts: 1. Config storage. Currently that's server.xml. 2. Configuring v