> 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 > <java-home>/lib/endorsed.
You didn't bother to tell us what Tomcat version you're using or what platform you're running on, but the Tomcat 6 startup scripts set the java.endorsed.dirs system property to ${CATALINA_HOME}/common/endorsed, thereby overriding the default JDK endorsed path. Place your jar there, not in ${JAVA_HOME}/lib/endorsed, to make it effective. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]