Hello Marcelino, Well, it could be:
gnu.xml.aelfred2.XmlReader (validating parser) gnu.xml.aelfred2.SAXDriver (non-validating parser) see: http://www.gnu.org/software/classpathx/jaxp/apidoc/gnu/xml/aelfred2/package-summary.html or: net.sf.saxon.aelfred.SAXDriver (non-validating parser) see: http://saxon.sourceforge.net/aelfred.html That was just from looking it up in google. Jake Tuesday, February 18, 2003, 12:42:38 PM, you wrote: MC> What is the name of the jar file containing the AElfred parser classes? MC> --- MC> ----- Original Message ----- MC> From: "Jacob Kjome" <[EMAIL PROTECTED]> MC> To: "Tomcat Users List" <[EMAIL PROTECTED]> MC> Sent: Monday, February 17, 2003 9:50 AM MC> Subject: Re: AElfred parser error >> >> 1. Do you have the Alfred parser in CATALINA_HOME/common/endorsed or >> common/lib? >> >> 2. Do you have the Alfred parser somewhere on your classpath? >> >> 3. Are you setting an environment variable for the sax parser to be MC> Alfred? >> >> In cases 1 and 2, getting rid of Alfred and the problem should go away. MC> In >> case 3, you will have to make sure to either not set this environment >> variable or set it to the xerces sax parser. >> >> Jake >> >> At 09:23 AM 2/17/2003 -0500, you wrote: >> >Hello: >> > >> >Trying to startup Tomcat I get the following error: >> >... >> >Feb 14,2003 2:03:19 PM org.apache.comons.digester.Digester getParser >> >SEVERE: Digester.getParser: >> >javax.xml.parsers.ParserConfigurationException: AElfred parser is MC> non-validaing >> >at com.icl.saxon.aelfred.SAXParserFactoryImpl... >> >... >> > >> >...and Tomcat fails to start. I'm trying to use the Xerces parser >> >instead, but Tomcat insists on looking for the AElfred XML parser. How >> >can I make Tomcat use the Xerces parser and/or eliminate this error? >> > >> >Thanks! >> >MC >> MC> --------------------------------------------------------------------- MC> To unsubscribe, e-mail: [EMAIL PROTECTED] MC> For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Jacob mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
