In the Tomcat startup file, $JAVA_HOME/jre/lib/endorsed points to ../tomcat/common/lib . Trying xerces 1 and xerces 2, I found Axis looks here for its parser jars. So if you're running Axis under Tomcat (probably not if you're running XP) be aware of the web server startup file when adding the parser you want.
----- Original Message ----- From: James Black <[EMAIL PROTECTED]> Date: Tue, 15 Oct 2002 12:34:50 -0400 To: [EMAIL PROTECTED] Subject: Re: Changing Axis parser > Alin S wrote: > > > I understand that Axis is using Xerces as XML parser. > > Now, no offence for Xerces fans but I will like to use XP as XML parser, > > it's much faster. > > > > I there any way that I can use XP ?. > > Do I need to modify the sources to get this support?. > > On my Sun box I just added the parser I wanted in > $JAVA_HOME/jre/lib/endorsed and it works fine, if you are using JDK1.4.1 I > believe it is. > > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup
