DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31485>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31485 setclasspath.sh: JAVA_ENDORSED_DIRS should be extended with `$JAVA_HOME/jre/lib/endorsed` Summary: setclasspath.sh: JAVA_ENDORSED_DIRS should be extended with `$JAVA_HOME/jre/lib/endorsed` Product: Tomcat 5 Version: 5.0.28 Platform: Other OS/Version: Linux Status: NEW Severity: Minor Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When using newer versions of jars (e.g. Xerces) than those delivered with the JDK, you normally place them into `$JAVA_HOME/jre/lib/endorsed`. Tomcat does not acknowledge these but replaces JAVA_ENDORSED_DIRS with `$BASEDIR/common/endorsed`. When changing this to: JAVA_ENDORSED_DIRS="$BASEDIR/common/endorsed:$JAVA_HOME/jre/lib/endorsed" you only have to place the new jars in one dir. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]