Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 46445 invoked from network); 17 Sep 2004 07:14:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Sep 2004 07:14:40 -0000 Received: (qmail 92246 invoked by uid 500); 17 Sep 2004 07:13:22 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 92222 invoked by uid 500); 17 Sep 2004 07:13:21 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 92206 invoked by uid 99); 17 Sep 2004 07:13:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of David.Pawson@rnib.org.uk designates 194.128.16.193 as permitted sender) Received: from [194.128.16.193] (HELO maggotts.rnib.org.uk) (194.128.16.193) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 17 Sep 2004 00:13:20 -0700 Received: from localhost (maggotts.rnib.org.uk [127.0.0.1]) by maggotts.rnib.org.uk (8.12.11/8.12.11) with ESMTP id i8H7DIvF007671 for ; Fri, 17 Sep 2004 08:13:18 +0100 Received: from maggotts.rnib.org.uk ([127.0.0.1]) by localhost (maggotts.rnib.org.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07531-02-6 for ; Fri, 17 Sep 2004 08:13:18 +0100 (BST) Received: from pboroweb.rnib.org.uk (pboroweb.rnib.org.uk [10.254.1.122]) by maggotts.rnib.org.uk (8.12.11/8.12.11) with ESMTP id i8H78aAp007500 for ; Fri, 17 Sep 2004 08:08:36 +0100 Received: by pboroweb.rnib.org.uk with Internet Mail Service (5.5.2657.72) id ; Fri, 17 Sep 2004 08:08:32 +0100 Message-ID: <47DFC5E9D8B9E4429C2861946386EA991BDEA0@pbrmsx01.ads.rnib.org.uk> From: David.Pawson@rnib.org.uk To: tomcat-user@jakarta.apache.org Subject: RE: Tomcat Problems - Any help is appreciated Date: Fri, 17 Sep 2004 08:08:25 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Scanned: by amavisd-new at rnib.org.uk X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N -----Original Message----- From: Jon Wingfield The error message tends to imply there is no DOCTYPE (at all) in one of your web.xml files. The parser fails when validating the doc with this rather strange error message. Is a normal XML validation process used? I.e. DTD must be accessible, and is used, or *must* the value be "http://java.sun.com/dtd/web-app_2_3.dtd"> I had to validate locally due to errors, and I've left the local (on machine) DTD in place, which seems to work. btw, so long as the document has the correct root element, and is well formed, tomcat seems quite happy to run, and seems not to report errors. Is validation against the dtd actually done? regards DaveP ** snip here ** -- DISCLAIMER: NOTICE: The information contained in this email and any attachments is confidential and may be privileged. If you are not the intended recipient you should not use, disclose, distribute or copy any of the content of it or of any attachment; you are requested to notify the sender immediately of your receipt of the email and then to delete it and any attachments from your system. RNIB endeavours to ensure that emails and any attachments generated by its staff are free from viruses or other contaminants. However, it cannot accept any responsibility for any such which are transmitted. We therefore recommend you scan all attachments. Please note that the statements and views expressed in this email and any attachments are those of the author and do not necessarily represent those of RNIB. RNIB Registered Charity Number: 226227 Website: http://www.rnib.org.uk --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org