RE: class-loading and java.endorsed.dirs

2003-02-21 Thread Tim Moore
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

RE: class-loading and java.endorsed.dirs

2003-02-21 Thread Voytenko, Dimitry
: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. The endorsed standards override

RE: class-loading and java.endorsed.dirs

2003-02-21 Thread John Trollinger
[mailto:[EMAIL PROTECTED]] Sent: Friday, 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