"Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > On Mon, 18 Mar 2002, Kevin Grey wrote: > > I was wondering if its possible to disable DTD validation for > > the web.xml for a specific WAR file (or across an entire Tomcat engine)? > > > > Not without changing the Tomcat sources.
Does not seem so: At least for Tomcat 3.3 the following is documented in http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#WebXmlReader: <WebXmlReader validate="false" /> Don't know if it works, though. Always preferred making my files valid. ;-) Olaf -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
