java.lang.NoClassDefFoundError: org/apache/commons/collections/SequencedHash 2007-12-02 - By Konstantin Kolinko
Back > 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 (See http://ity-5.ora-code.com).html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|