Re: How Tomcat validates web.xml

2005-04-07 Thread N G
On Apr 6, 2005 10:07 PM, Jeanfrancois Arcand [EMAIL PROTECTED] wrote: N G wrote: On Apr 6, 2005 10:31 AM, Jeanfrancois Arcand [EMAIL PROTECTED] wrote: SO, are you saying that even though Tomcat will accept whatever you put for the path to the Schema (since it uses its own copy), the app

How Tomcat validates web.xml

2005-04-06 Thread N G
Hi, I found some strange behavior while using Tomcat 5.5.7. In my web.xml Schema declaration, I have this: web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation= http://java.sun.com/xml/ns/j2ee

Re: How Tomcat validates web.xml

2005-04-06 Thread N G
On Apr 6, 2005 10:31 AM, Jeanfrancois Arcand [EMAIL PROTECTED] wrote: Tomcat uses it's own local version. This way you can use Tomcat without being connected to the internet, or pay the price of connection over http everytime a war is deployed. And what's WAY more important: what does the