According to one of the developers (Craig McClanahan) (posted last Friday):
> Where can I find the DTD for web.xml? I want to make sure I have the > elements in the correct order. > It is in the servlet specification, which you can download from: http://java.sun.com/products/servlet/download.html You can also extract the DTDs that Tomcat uses from the servlet.jar file that is in the "common/lib" subdirectory -- it looks at these internal copies so that DTD validation can occur even if your server is not connected to the Internet. Craig Roger Whitcomb Computer Associates Senior Software Engineer Development Phone: +1 408 965 8653 FAX: +1 408 965 8805 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -----Original Message----- From: Ricky Leung [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 10:27 AM To: Tomcat Users List Subject: server.xml dtd I can't find the dtd anywhere and the documentation area only gives the explanation and not the order of the attributes and my guess is that the ordering is a must. Could someone point me to where the dtd where server.xml uses so I can just look it up myself? Thanks, Ricky -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
