Re: SAXParseException with web.xml

2001-05-18 Thread kevin seguin
the problem is the first file doesn't match the dtd for web.xml. i believe tomcat 3 silently ignored this, whereas tomcat 4 doesn't. Marjou Xavier wrote: Hello For information : I got a problem with web.xml (attached File1 file) and Tomcat Milestone 4.0 b5: PARSE error at line 18

Re: SAXParseException with web.xml

2001-05-18 Thread Craig R. McClanahan
On Fri, 18 May 2001, Marjou Xavier wrote: Hello For information : I got a problem with web.xml (attached File1 file) and Tomcat Milestone 4.0 b5: PARSE error at line 18 column -1 org.xml.sax.SAXParseException: org.apache.crimson.parser/V-036 web-app servlet This same file was

RE: SAXParseException with web.xml

2001-05-18 Thread Robert Nicholson
For problems like this download an XML editor like XMLSpy and have it check the file against the DTD. -Original Message- From: kevin seguin [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 9:53 AM To: [EMAIL PROTECTED] Subject: Re: SAXParseException with web.xml the problem