On Tue, 23 Jul 2002, David Oxley wrote:

> Date: Tue, 23 Jul 2002 17:53:14 +0100
> From: David Oxley <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: 'Tomcat Developers List' <[EMAIL PROTECTED]>
> Subject: XML parsers and TC4.1.x
>
> The XML parsers in TC4.1.x are in common/endorsed. I need these to be only
> available to the server and therefore in server/endorsed. Is this supposed
> to work? Also if using JDK1.4, does TC use the JDK's parser or the parser on
> the classpath as preference?
>

There is no such thing as support for "server/endorsed".

As you can see by looking at the catalina.bat or catalina.sh startup
script, the "$CATALINA_HOME/common/endorsed" directory is passed as a
command line setting of the "java.endorsed.dirs" system property, which
makes this directory (instead of $JAVA_HOME/jre/lib/ext) the place where
system extensions that override the base classes are stored.  This setting
is global to the entire JVM, and cannot be performed only for the Tomcat
internal classes.

>
> Dave
>
>

Craig



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to