rsed.dirs
> in setclasspath.bat(sh)?
>
> Thanks,
> Dimitry
>
> -Original Message-
> From: Tim Moore [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 21, 2003 08:15
> To: Tomcat Developers List
> Subject: RE: class-loading and java.endorsed.dirs
>
>
y, February 21, 2003 08:15
To: Tomcat Developers List
Subject: RE: class-loading and java.endorsed.dirs
This is a JVM thing, not a tomcat thing. You're not normally allowed to
override built-in Java classes locally (for security reasons). In JDK
1.4, the XML/XSLT classes are built in
This is a JVM thing, not a tomcat thing. You're not normally allowed to
override built-in Java classes locally (for security reasons). In JDK
1.4, the XML/XSLT classes are built in. The endorsed standards override
mechanism was added to 1.4 because of the fact that some people might
need or want