Remy Maucherat wrote:
> 
> > Did we need JAXP 1.1 ?
> 
> Yes. I can't see that being documented anywhere yet, though ... That will
> have to be fixed.
> Xerces 1.2 is only JAXP 1.0 compliant, so it can't be used yet.
> 
> Remy

>From the commit log (10/12/00 4:34pm). 

 Log:
  Back to using a JAXP compliant XML parser.
  Simply set JAXP_HOME to the install directory of
  a JAXP1.1 compliant parser.
  (one is available at http://java.sun.com/xml/download.html)
  
  * NEW *
  It is now possible to easily specify an XML parser
  individually for each component of tomcat-4.0 that
  requires an XML parser. see below for details.
  
  -----
  In the tomcat-4.0 build procedure, an XML parser is required for three
  different components:
  
     1. ant
        See ant specific requirements for an XML parser
     2. catalina
        At least JAXP1.0 compliant XML parser
     3. jasper
        At least JAXP1.1 compliant XML parser
  
  All of these requirements can be handled globally by setting
  environment variable JAXP_HOME.
  
  The default jar files used for XML parsing are then:
     JAXP_HOME/jaxp.jar and JAXP_HOME/crimson.jar
  
  * To change the 'XML parser' jar file used:
  
    JAXP_PARSER_JAR [default: crimson.jar]
    (e.g. xerces.jar)
  
  * To set the XML parser of each component individually:
  
    ANT_XML_CLASSPATH [default: JAXP_HOME/JAXP_PARSER_JAR;JAXP_HOME/jaxp.jar]
  
    CATALINA_JAXP_HOME [default: JAXP_HOME]
    CATALINA_JAXP_PARSER_JAR [default: JAXP_PARSER_JAR]
  
    JASPER_JAXP_HOME [default: JAXP_HOME]
    JASPER_JAXP_PARSER_JAR [default: JAXP_PARSER_JAR]

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

Reply via email to