On Wed, 8 Jan 2003, Geiglein, Gary wrote:
> Date: Wed, 8 Jan 2003 12:18:53 -0500 > From: "Geiglein, Gary" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: DTD for server.xml?? > > It might be useful to have a reference DTD for server.xml included in > the documentation for tomcat as delivered by apache. But not actually > reference it in the "DOCTYPE" declaration in server.xml > > This would give users a single place to reference for constructing a > valid server.xml file while not constraining an admin from extending the > system. > There is no such thing and cannot be -- DTDs cannot express the reality of what works and what doesn't. However, there *is* reference documentation for what is valid in each element, and what can be nested where. It's even included with Tomcat for you! http://localhost:8080/tomcat-docs/config/ or available online: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/ Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
