> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Subject: Re: java.lang.NoClassDefFoundError: 
> org/apache/commons/collections/SequencedHashMap
> 
>  Directory of %CATALINA_HOME%\common\lib
> 06/15/2004  08:29p              26,202 commons-logging-api.jar
> 
>  Directory of %CATALINA_HOME%\webapps\EncryptView\WEB-INF\lib
> 06/15/2004  08:29p              38,015 commons-logging.jar.old
> (unusable)

You can try putting commons-logging.jar (not commons-logging-api.jar) in
common/lib, and see what happens.  However, this is not likely to work,
since commons-logging usually needs other classes often supplied by the
webapp (e.g., log4j-xxx.jar) in order to actually create a functional
logger - which is what's happening in your example.  Moving these other
classes to common/lib can easily conflict with Tomcat's own logging,
causing Tomcat not to run at all.  You should pick something simpler
(less dependencies) from your app to test with and move that jar or
class to common/lib.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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