Thanks, I see it now in the notes.
Another build question -
There are javax classes referenced by Catalina classes in the dist build that
are not included. This could lead to class not found errors for users who
reference the catalina classes without adding them to the /lib directory.
Shouldn't versions of these be included in the dist?
These include the following and maybe a few more:
jmx-1_0_1-ri
jsse1.0.2
____________________Reply Separator____________________
Subject: Re: why - jaxp.jar two places in Tomcat4.0b7 dist
Author: [EMAIL PROTECTED]
Date: 8/17/2001 9:50 AM
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