RE: Tomcat library hierarchy

2007-10-11 Thread Caldarale, Charles R
From: Andrew Hole [mailto:[EMAIL PROTECTED] Subject: Tomcat library hierarchy What's the difference between common/lib , common/endorsed and common/classes? Look at the doc: http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html - Chuck THIS COMMUNICATION MAY CONTAIN

Re: Tomcat library hierarchy

2007-10-11 Thread Andrew Hole
Only thing that doc says: All unpacked classes and resources in $CATALINA_HOME/common/classes, as well as classes and resources in JAR files under the $CATALINA_HOME/commons/endorsed, $CATALINA_HOME/commons/i18n and $CATALINA_HOME/common/lib directories, are made visible through this class loader.

RE: Tomcat library hierarchy

2007-10-11 Thread Caldarale, Charles R
From: Andrew Hole [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat library hierarchy I don't know difference between put a jar in common lib or common endorsed p.e. The endorsed classloader is functionally equivalent to using the bootstrap classloader (it's actually between the bootstrap

Re: Tomcat library hierarchy

2007-10-11 Thread Martin Gainty
[EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, October 11, 2007 10:34 AM Subject: Re: Tomcat library hierarchy Only thing that doc says: All unpacked classes and resources in $CATALINA_HOME/common/classes, as well as classes and resources in JAR files under