jfarcand 2003/10/07 07:38:12 Modified: catalina/src/conf server.xml Log: Make the xmlValidation more visible so people (meaning I) don't forget to turn on those attributes when testing. Revision Changes Path 1.25 +4 -13 jakarta-tomcat-catalina/catalina/src/conf/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/server.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- server.xml 1 Oct 2003 09:45:06 -0000 1.24 +++ server.xml 7 Oct 2003 14:38:12 -0000 1.25 @@ -208,21 +208,12 @@ userRoleTable="user_roles" roleNameCol="role_name" /> --> - <!-- Define the default virtual host --> - <Host name="localhost" debug="0" appBase="webapps" - unpackWARs="true" autoDeploy="true"> - - <!-- Add the following attributes if you want to turn XML validation - on. Remember to comment the Host element above. - - Note: XML Schema validationn will works with Xerces 2.0.1 or - Xerces 2.1. Xerces 2.0.2 and Xerces 2.2 have bugs that prevent - their use with Tomcat--> - <!-- + <!-- Define the default virtual host + Note: XML Schema validationn will not works with Xerces 2.2. + --> <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="true" - xmlValidation="true" xmlNamespaceAware="true"> - --> + xmlValidation="false" xmlNamespaceAware="false"> <!-- Defines a cluster for this node, By defining this element, means that every manager will be changed.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]