> From: ypomonh [mailto:[EMAIL PROTECTED]
> Subject: Override BOOTSTRAP classloader with endorsed directory
>
> This is a newer version of the API than the one shipped
> with JDK 6, so in order to avoid loading the older library
> from the bootstrap loader, I put the new JAX-WS JARs in
> /lib/end
Tomcat ignores classpath from JVM and creates it's own one, including
endorsed libraries. If you want to inject specific library at the
endorsed level there is an endorsed/lib folder part of tomcat distribution.
ypomonh a écrit :
> I'm trying to write a servlet that use the latest version of JAX-WS