I am using tomcat from within JBuilder to test my struts app, but when I take the produced war file and move it to the tomcat/webapps directory and try to run it I get several class not found errors. specifically:
"No action instance for path /sendFeedback could be created" If I examine the war file than I can see the class that is referenced in the type parameter of the mapping. I also get an error when it try's to load the validator servlet that says: java.lang.ClassNotFoundException: com.wintecinc.struts.validation.ValidatorAction.... Again, examining the war file reveals that the validator.jar is in the WEB-INF/lib directory. Any ideas on what could be causing this error? Thanks, Dave Dandeneau

