Eclipse 2.1, commons-digester, sysdeo plug-in



I'm trying to use Jakarta Commons Validator under Eclipse 2.1 with
Tomcat 4.1 under Windows XP Pro.

The following line throws the following error message:

ValidatorResources resources =
new
ValidatorResources(getClass().getResourceAsStream"/validator.xml"));

Throws the following error message:
<<<<<<<<<<<<<<<< ERROR MESSAGE >>>>>>>>>>>>
java.lang.NoClassDefFoundError:
org/apache/commons/digester/xmlrules/DigesterLoader
at
org.apache.commons.validator.ValidatorResources.<init>(ValidatorResources.java:144)
at
org.apache.commons.validator.ValidatorResources.<init>(ValidatorResources.java:124)
at
emat.com.gui.webpages.credit.VendorPaymentValidator.setResources(VendorPaymentValidator.java:32)
at
emat.com.gui.webpages.credit.VendorPaymentValidator.<init>(VendorPaymentValidator.java:25)
at
emat.com.gui.webpages.credit.VendorPaymentProcessor.processPage(VendorPaymentProcessor.java:44)

>>>>>>>>>> END OF ERROR <<<<<<<<<<<<<<<<<<<<<

Does anyone know EXACTLY where the commons-validator.jar file belongs?
If I put it under web-apps/webapp/web-inf/lib it creates a different
error. If I put it under tomcathome/common/lib it creates a different
error.

Any help would be appreciated.

.



Relevant Pages

  • Cannot create PoolableConnectionFactory to mysql by JSP on tomcat
    ... i got the following error when using the following jsp on tomcat 4.06 ... Error Message ... Server connection failure during transaction. ...
    (comp.lang.java.programmer)
  • Re: problem upgrading to JSTL 1.2
    ... from Tomcat 5 to Tomcat 6. ... currGroup object's type, and the declaration of getCurrent, its type, its ...  The error message indicates that getValuealready returns ... Incomplete examples lead to incomplete answers. ...
    (comp.lang.java.programmer)
  • Re: Help choosing JSP Server
    ... If you use google groups to search on the exact error message you're ... I'd recommend Tomcat. ...
    (comp.lang.java.help)
  • no jkjni
    ... When starting tomcat I get the error message: "no jkjni in ... That's correct since I don't have it but I can't find a deb packages ...
    (Debian-User)
  • Re: http request problem
    ... and it is a jsp file. ... while i am trying to access to another file, from another server it run ... this is the error message i get: ...
    (php.general)