Re: web.xml uses non-validating xml?

2004-12-29 Thread D. Stimits
Jacob Kjome wrote: Quoting D. Stimits [EMAIL PROTECTED]: Peter Crowther wrote: From: D. Stimits [mailto:[EMAIL PROTECTED] I'm trying to debug something, and the individual webapps/myapp/WEB-INF/web.xml file seems to be a bit of an enigma to me. [...] I went to the DTD's to see what was written

Re: web.xml uses non-validating xml?

2004-12-29 Thread Mark Miesfeld
On Wed, 29 Dec 2004 17:46:24 -0700, D. Stimits wrote: : Jacob Kjome wrote: : : I think you have to set validating to true in server.xml. Otherwise, the file : is parsed in a non-validating fashion. Sorry, don't remember exactly where you : set this, but I do seem to recall something like

Re: web.xml uses non-validating xml?

2004-12-29 Thread D. Stimits
Mark Miesfeld wrote: On Wed, 29 Dec 2004 17:46:24 -0700, D. Stimits wrote: : Jacob Kjome wrote: : : I think you have to set validating to true in server.xml. Otherwise, the file : is parsed in a non-validating fashion. Sorry, don't remember exactly where you : set this, but I do seem to

Re: web.xml uses non-validating xml?

2004-12-29 Thread Mark Miesfeld
On Wed, 29 Dec 2004 18:23:00 -0700, D. Stimits wrote: : Mark Miesfeld wrote: : : From the docs at: : : http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html : : I'm using 5.0, not 5.5. Are the configurations for 5.5 and 5.0 identical? It looks like it. Change the URL above to

Re: web.xml uses non-validating xml?

2004-12-28 Thread D. Stimits
Peter Crowther wrote: From: D. Stimits [mailto:[EMAIL PROTECTED] I'm trying to debug something, and the individual webapps/myapp/WEB-INF/web.xml file seems to be a bit of an enigma to me. [...] I went to the DTD's to see what was written there. Initially I used this DTD: !DOCTYPE web-app

Re: web.xml uses non-validating xml?

2004-12-28 Thread Jacob Kjome
Quoting D. Stimits [EMAIL PROTECTED]: Peter Crowther wrote: From: D. Stimits [mailto:[EMAIL PROTECTED] I'm trying to debug something, and the individual webapps/myapp/WEB-INF/web.xml file seems to be a bit of an enigma to me. [...] I went to the DTD's to see what was written there.

RE: web.xml uses non-validating xml?

2004-12-26 Thread Peter Crowther
From: D. Stimits [mailto:[EMAIL PROTECTED] I'm trying to debug something, and the individual webapps/myapp/WEB-INF/web.xml file seems to be a bit of an enigma to me. [...] I went to the DTD's to see what was written there. Initially I used this DTD: !DOCTYPE web-app PUBLIC -//Sun