That's exactly what I did, in fact, I looked at every single .jar file that was bundled with Tomcat and I didn't find a dtd that is for server.xml. And that's why I have to ask the list.
-----Original Message----- From: Whitcomb, Roger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 1:52 PM To: Tomcat Users List Subject: RE: server.xml dtd Ricky - Sorry for the misinformation -- I thought they would both be in the servlet.jar. But, in looking into it further, I don't see any DTD referenced in server.xml, nor do I see one in the servlet.jar. I see doc on the Tomcat web site about all the elements in server.xml http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/index.html. But, maybe that doesn't completely answer your question about the order of things. 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:44 AM To: Tomcat Users List Subject: RE: server.xml dtd not the DTD for web.xml but the DTD for server.xml. -----Original Message----- From: Whitcomb, Roger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 1:35 PM To: Tomcat Users List Subject: RE: server.xml dtd 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
