You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Glenn Nielsen <gl...@voyager.apg.more.net> on 2001/09/24 14:33:01 UTC

Tomcat 4 jaxp.jar and crimson.jar now in common/lib ?

In the catalina/build.xml version 1.60 commit the location of jaxp.jar
and crimson.jar was changed from server/lib to common/lib.  Was this
change intended or inadvertant?

Regards,

Glenn

----------------------------------------------------------------------
Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
MOREnet System Programming               |  * if iz ina coment.      |
Missouri Research and Education Network  |  */                       |
----------------------------------------------------------------------

Re: Tomcat 4 jaxp.jar and crimson.jar now in common/lib ?

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Mon, 24 Sep 2001, Glenn Nielsen wrote:

> Date: Mon, 24 Sep 2001 07:33:01 -0500
> From: Glenn Nielsen <gl...@voyager.apg.more.net>
> Reply-To: tomcat-dev@jakarta.apache.org
> To: tomcat-dev@jakarta.apache.org
> Subject: Tomcat 4 jaxp.jar and crimson.jar now in common/lib ?
>
> In the catalina/build.xml version 1.60 commit the location of jaxp.jar
> and crimson.jar was changed from server/lib to common/lib.  Was this
> change intended or inadvertant?
>

The change was intentional.

Many servlet containers (and all J2EE platforms) expose an XML parser to
web applications by default, so that they don't have to include one in
/WEB-INF/lib.  Tomcat 4.0 was different in that respect, which caused lots
of install questions.

That being said, there is an outstanding conflict with the new mechanism
when the webapp really does include Xerces.  An upcoming 4.0.1 release
(release plan/vote will be presented soon) will deal with this -- either
by fixing the underlying problem (if possible) or telling people how to
deal with it in the Release Notes.

> Regards,
>
> Glenn
>

Craig

> ----------------------------------------------------------------------
> Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
> MOREnet System Programming               |  * if iz ina coment.      |
> Missouri Research and Education Network  |  */                       |
> ----------------------------------------------------------------------
>