You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John Gentilin <ge...@eyecatching.com> on 2000/07/03 00:17:30 UTC

Xerces or XML4j with Tomcat

It seems that Tomcat comes packaged with Sun's parser. What if
you want to use XML4J or Xerces, it seems that there could be
a conflict in some of the packages expecially in the area of
org.w3c.dom. Can you use both parsers under Tomcat ??

TIA
John G



Re: Xerces or XML4j with Tomcat

Posted by Jim Rudnicki <jd...@pacbell.net>.
I use XML4j and IBM's dist of Lotus XSLT succesfully.  Keep the JAR's on the
lib directory for your web-app and it will likely work.  I believe the
search order is the key to success.

----- Original Message -----
From: "John Gentilin" <ge...@eyecatching.com>
To: "Apache TomCat Project" <to...@jakarta.apache.org>
Sent: Sunday, July 02, 2000 3:17 PM
Subject: Xerces or XML4j with Tomcat


> It seems that Tomcat comes packaged with Sun's parser. What if
> you want to use XML4J or Xerces, it seems that there could be
> a conflict in some of the packages expecially in the area of
> org.w3c.dom. Can you use both parsers under Tomcat ??
>