You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/19 14:42:25 UTC

DO NOT REPLY [Bug 3717] New: - pb with web.xml reading

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

           Summary: pb with web.xml reading
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: cfaure@intellicorp.com


i've just copied on a "virgin" install of Tomcat 4.0 on my computer 
some sample and app I've done with Tomcat 3.2.
During the startup of tomcat, some org.xml.sax.SAXParseException are raised : 
    Element "web-app" does not allow "context-param" here.
 or
   Element "web-app" does not allow "welcome-file-list" here.
 or
   Element "web-app" does not allow "mime-mapping" here.
 or 
   Element "mime-mapping" does not allow "mime-type" here.
.....

All thes webapps worked fine with the 3.2.3 Tomcat, in order to make it work
I've to modify the web.xml file to get a beter order of tag.
But this is not normal to handle xml file like this !!

Chrsitophe.