Hi, in Tomcat version < 8 catalina.sh used to set -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS -- that is by default: CATALINA_HOME/endorsed
Tomcat 8 seems to have abandoned that mechanism. catalina.sh does not include anything related to endorsed libs. However, the documentation is still mentioning it https://tomcat.apache.org/tomcat-8.0-doc/class-loader-howto.html What is the recommended mechanism of using java.endorsed.dirs in Tomcat 8 + JDK 8? I already searched the web, but couldn't find anything helpful. Cheers Johannes --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org