NACK! It seems that the "web.xml.txt" file that IE6 recognizes as XML anyway (although the content type is text/plain)...
Anyway there's a mistake: <description> This servlet plays the "controller" role in the MVC architecture used in this application. It is generally mapped to the ".do" filename extension with a <servlet-mapping> element, and all form ---> ^^^^^^^^^^^^^^^^^^^ submits in the app will be submitted to a request URI like "saveCustomer.do", which will therefore be mapped to this servlet. The initialization parameter namess for this servlet are the "servlet path" that will be received by this servlet (after the filename extension is removed). The corresponding value is the name of the action class that will be used to process this request. </description> < > ???? :-/ Pier -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick ------ Forwarded Message > From: "Gerry Reno" <[EMAIL PROTECTED]> > Date: Fri, 12 Apr 2002 16:39:26 -0400 > To: <[EMAIL PROTECTED]> > Subject: Bad link > > Please fix the link to the "basic web.xml file" located on the Tomcat, > Deployment page. It points to "web.xml.txt" instead of "web.xml". This is > making my browser (IE6) complain: > > The XML page cannot be displayed > Cannot view XML input using XSL style sheet. Please correct the error and > then click the Refresh button, or try again later. > > > ---------------------------------------------------------------------------- > ---- > > End tag 'description' does not match the start tag 'servlet-mapping'. Error > processing resource > 'http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/web.xml.txt'. Line > 87, Position 9 > > > </description> > --------^ > > ------ End of Forwarded Message -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>