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 57838 invoked from network); 11 Jan 2000 22:03:17 -0000 Received: from unknown (HELO arkin.exoffice.com) (207.33.160.104) by 63.211.145.10 with SMTP; 11 Jan 2000 22:03:17 -0000 Received: from exoffice.com (IDENT:arkin@arkin.exoffice.com [207.33.160.104]) by arkin.exoffice.com (8.9.3/8.9.3) with ESMTP id OAA10535 for ; Tue, 11 Jan 2000 14:17:03 -0800 Sender: arkin@arkin.exoffice.com Message-ID: <387BABDF.818D4033@exoffice.com> Date: Tue, 11 Jan 2000 14:17:03 -0800 From: Assaf Arkin Organization: Exoffice X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: Re: You have to break eggs to make an omlette [was: LONG TERM PLAN] References: <85256863.00560AE4.00@d54mta04.raleigh.ibm.com> <387B8211.6DA8C8E9@gefionsoftware.com> <387B92AF.3A9C62A4@costin.dnt.ro> <387B9809.474F845C@exoffice.com> <387B9A72.7EC745DF@costin.dnt.ro> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > You can read web.xml yourself, using getDocumentBase(), or if you want > a different way to read web.xml - just create a new interceptor. That is what I'm doing right now. I copied the code from Tomcat so I get the document base and acquire the web.xml, so I'm compatible with 3.0. I'm just not sure if it's a portable way. Is it possible that a future version will acquire the document in some other way (e.g. using a different loader) which will not be accessible to me directly? arkin > > Costin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org