> I'm still not sure
> why the ${CATALINA_HOME}/common/lib version isn't picked up via tomcat.
>

> ./server/webapps/admin/WEB-INF/lib/[commons-collections].jar
> ./common/lib/[commons-collections-tomcat5].jar
> ./common/lib/[commons-dbcp-tomcat5].jar

org/apache/commons/collections/SequencedHashMap.class
org/apache/tomcat/dbcp/collections/SequencedHashMap.class
org/apache/tomcat/dbcp/dbcp/datasources/SequencedHashMap.class
-- please note that these are three _different_ classes: their packages differ.

The classes in ./common/lib/ are _not_ the ones that your web app was
looking for, as they are not in org.apache.commons.**, but in
org.apache.tomcat.**.


Please note, that Tomcat 5.0 is not supported any more, and no future
releases are planned for it, even for security issues. Have a look at
http://tomcat.apache.org/security-5.html

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to