DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3717>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3717

pb with web.xml reading

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2001-09-19 08:43 -------
The DTD for web application deployment descriptors is very specific about the
order that the elements must be listed in order to be valid.  Tomcat 4.0 uses a
validating XML parse of the web.xml file to ensure that your deployment
descriptor will be portable to any other container.  Tomcat 3.2 incorrectly
allows badly formed web.xml files to be accepted, which may or may not be
acceptable to any other servlet container.

See the Servlet Specification, version 2.3, for more information:
  http://java.sun.com/products/servlet/download.html

Reply via email to