On Fri, 17 Aug 2001, Jonathan Pierce wrote:
>
> Two copies of the jaxp.jar file are in the 4.0b7 dist. Shouldn't they be moved
> in /common/lib/ so that only one copy exists in the class path?
>
> /jasper/jaxp.jar
> /server/lib/jaxp.jar
>
See the RELEASE-NOTES-4.0-B7.txt (or whatever for your version) for more
details, but moving the parser into /common/lib is the right answer *only*
if you want internal Catalina classes and *all* web apps to use the same
parser. The current organization allows web apps to use something
different (such as Xerces) without messing up Catalina.
Craig