Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 27913 invoked from network); 21 Jul 1999 22:32:38 -0000 Received: from mercury.sun.com (192.9.25.1) by apache.org with SMTP; 21 Jul 1999 22:32:38 -0000 Received: from engmail2.Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id PAA20865 for ; Wed, 21 Jul 1999 15:32:36 -0700 (PDT) Received: from taller.eng.sun.com (taller.Eng.Sun.COM [129.144.251.34]) by engmail2.Eng.Sun.COM (8.9.1b+Sun/8.9.1/ENSMAIL,v1.6) with SMTP id PAA29993 for ; Wed, 21 Jul 1999 15:32:36 -0700 (PDT) Received: from eng.sun.com by taller.eng.sun.com (SMI-8.6/SMI-SVR4) id PAA01956; Wed, 21 Jul 1999 15:32:35 -0700 Message-ID: <37964B30.77D7C82F@eng.sun.com> Date: Wed, 21 Jul 1999 15:35:28 -0700 From: James Todd Organization: Sun Microsystems X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: Re: request for review: server/config discussion References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Carreira, Jason" wrote: > > > -----Original Message----- > > From: James Todd [mailto:james.todd@eng.sun.com] > > till then, i've just kick started this discussion with > > a supporting "request for discussion" doc to capture the > > goals and decission points. i'm bringing to the table a > > practical perspective to a portion of code sun will be > > contributing (jswdk: servlet and jsp ri coupled with an > > http 1.0 server all implemented in 100% java which has > > an xml configuration element and is gaining more, namely > > j2ee deployment descriptors) and some ideas as to where > > this theme could/should proceed. > > Would those be the XML deployment descriptors from the EJB 1.1 spec? People > on the EJB-INTEREST mailing list were not too thrilled with those, because > the data couldn't be validated by a validating parser (not sure of why, I > haven't finished my XML homework!) so maybe that would be a problem here, > too? > not directly. with tomcat there are two areas of configuration, each of which is formatted in xml yet one is, at the moment, specified by tomcat whereas the other is indeed specified by j2ee (ejb, servlet, etc). the webserver.xml is the tomcat config format. light and lean. it maps directly to two primary objects in tomcat (i'll put more of this in the discussion doc). the web.xml is the xml which is context specific. if your familiar with the jswdk WEB-INF/*properties today ... those will go away and be replaced with a WEB-INF/web.xml. this thread here is, in my mind, focused around server config (webserver.xml) but it should be aware of component configurations (web.xml) as an item on the radar but not perhaps in the center of the screen at the moment. - james