jfarcand    2002/10/07 11:20:23

  Modified:    catalina/src/conf server.xml
  Log:
  Add a note describing which Xerces version should be used when validation is turned 
on
  
  Revision  Changes    Path
  1.7       +5 -1      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- server.xml        19 Sep 2002 16:37:36 -0000      1.6
  +++ server.xml        7 Oct 2002 18:20:23 -0000       1.7
  @@ -225,7 +225,11 @@
        
   
         <!-- Add the following attributes if you want to turn XML validation
  -           on.i remember to comment the Host element above. -->
  +           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-->
         <!--
         <Host name="localhost" debug="0" appBase="webapps"
          unpackWARs="true" autoDeploy="true"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to