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]

Reply via email to