"Julian Dunn" <julian.d...@cbc.ca> wrote in message 
news:4a14199c.4caf.003...@cbc.ca...
>
> Hi,
>
> Is it a good idea to run with xmlValidation="true" in server.xml?
>

In a development enviroment, it can be helpful (especially if you change 
web.xml often).  I would generally discurage it in a production environment 
since the app will take slightly longer to load.

> I had this on for a while, but then it mysteriously stopped working --
> the container could no longer validate DTDs, refused to load webapps,
> etc.
>

And another good reason to not use it in production ;).

> What does xmlValidation="true" actually do?
>

Xie is basically right, except that Tomcat *should* be using the schemas 
that it ships with.  So not having an internet connection is not supposed to 
be a problem.

> I am using Tomcat 5.5.23.
>
> - Julian 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to