hiya,
first of all i guess we discussed this problem a couple of times.
anyway - you need a XML parser which is compliant with the Java API for
XML Parsing specification.
I took this sentence from the tomcat README file - so i would beg you
once again to read the READMEs.
luckily or unfortunately you have three of those XML parsers, so
you have to get rid of two of those parsers.
if you got tomcat as a binary distribution, it's a little bit trickier,
cause you have to recompile tomcat against xerces.
means you have to put xerces.jar into you classpath instead of jaxp.jar.
hope this helps ...
regards
daniel haischt
--
At 10:28 03.08.00 -0500, you wrote:
>When I do a:
>
>for i in `ls -1 --color=no *.jar`;do echo "***"
>$i;/usr/local/jdk1.2.2/bin/jar tf $i | grep w3c | grep Node.class;done
>
>in my $TOMCAT_HOME/lib directory, I find the following...
>
>*** Jetspeed.jar
>*** activation.jar
>*** ant.jar
>*** castor.jar
>*** cocoon-ext-servlet2.2.jar
>*** cocoon.jar
>*** ecs.jar
>*** hsql.jar
>*** jaxp.jar
>org/w3c/dom/Node.class
>*** jyve-2.0.jar
>*** mail.jar
>*** mm.mysql-2.0.2-bin.jar
>*** servlet_2_2.jar
>*** stylebook-1.0-b2.jar
>*** turbine-2.0.jar
>*** village.jar
>*** xalan.jar
>*** xerces.jar
>org/w3c/dom/Node.class
>*** xml.jar
>org/w3c/dom/Node.class
>
>
>It looks like there are three versions of this class. Which offending
>jar files are most important? Which can I get rid of?
>
>I'm going to try to get rid of jaxp.jar and xml.jar, since cocoon needs
>xerces.jar. If that is wrong, please let me know.
>
>-Eric ;-)
>
>--
>Eric Princen
>Chief Technology Officer
>BizBlast.com
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Archives and Other: <http://java.apache.org/main/mail.html>
>Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]