XML validation fails on Tomcat

2005-04-04 Thread N G
Hi, I can't understand why Tomcat goes nuts when I enable XML validation in my server.xml file as follows: Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=true xmlNamespaceAware=false When I start Tomcat, it gives me this: (Any ideas?)

Re: XML validation fails on Tomcat

2005-04-04 Thread sven morales
Hi, The server.xml has no DTD so it can not be xml validated. I dont recall if that attribute is even valid by setting it to true. aka_sergio --- N G [EMAIL PROTECTED] wrote: Hi, I can't understand why Tomcat goes nuts when I enable XML validation in my server.xml file as follows: Host