I have a problem with mail.jar and Tomcat-5.0.x. A webapp which uses javax.mail through jndi only works when this jar is placed inside the common/endorsed dir. If it's been placed in WEB-INF/lib this error occurs:
Tomcat 5 doesn't ship with mail.jar, but because of this problem my webapp isn't running out of the box and people who want to use it have to copy this jar (and activation.jar) manually.
Is there a solution to this problem?
Gerard
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)