That is a good thought, but I have included all the Commons files in my WAR
file as you can see.  According to the documentation, Digester has a
dependency on Collections, and that JAR is in WEB-INF/lib
(commons-collections-3.1.jar).

Any other suggestions?

Neil



Pierre Goupil wrote:
> 
> Hello !
> 
> NoClassDefFoundError is not the same thing as ClassNotFoundError. The
> second
> one eventually means that the JVM can't find your class (and hence, your
> .jar). But NoClassDefFoundError means that it does found it, but that
> then,
> some resource needed by it is not found.
> 
> Maybe you should check Common Digester's dependencies ?
> 
> 
> HTH,
> 
> 
> 
> Pierre
> 
> -- 
> "Sans ami était le grand Maître des mondes,
> Eprouvait manque - ce pour quoi il créa des esprits
> Miroirs bienheureux de sa béatitude !
> L'être suprême ne trouva au vrai aucun égal,
> Du calice du royaume total des âmes
> Ecume jusqu'à lui - l'Infinité."
> 
> (Schiller, poète allemand : "L'amitié")
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tomcat-5.5.23-Will-Not-Unpackage-Application-tf3383274.html#a9445322
Sent from the Tomcat - User mailing list archive at Nabble.com.


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