> I know that JavaMail 1.2 is bundled with Tomcat and that seems to be the
> conflict.
> I've checked the classloader howto and I think that the
web-inf/lib/mail.jar
> classes
> should be loaded for my webapp before the common/lib/mail.jar.  I've also
> checked
> bugzilla and have seen similar sounding problems regarding xml related
jars.

I made this work by removing activation.jar and mail.jar from common/lib and
replaced them with the 1.3 mail 1.0.2 activation.  Then I removed those two
JARs from my web-inf and all seems okay right now.

David


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to