Amar [mailto:[EMAIL PROTECTED]
> Sent: Saturday, April 01, 2006 1:23 AM
> To: users@tomcat.apache.org
> Subject: How to use shared directory
>
>
> Hi,
> I am trying to use shared directory for mail api. But when i keep these
> jar files ( mail.jar and activation.jar) in shared/
@tomcat.apache.org
Subject: How to use shared directory
Hi,
I am trying to use shared directory for mail api. But when i keep these
jar files ( mail.jar and activation.jar) in shared/lib directory, after
restarting tomcat server when i try to send mail thorugh my jsp page its
give me smtp error
This is really strange, earlier it was working fine with shared lib also but
since last 2 month i am facing this problem.. although i had not upgraded
tomcat,. only i upgrade was JDK.
Is this problem with the latest JDK or something else.
--
Amar
On 01/04/06, David Kerber <[EMAIL PROTEC
I run into the same thing, with my mail sent from a java class: if the
mail.jar and activation.jar are in the shared/lib directory, it won't
pick them up, but in web-inf/lib it will.
Dave
Amar wrote:
Hi,
I am trying to use shared directory for mail api. But when i keep these
jar files (
Hi,
I am trying to use shared directory for mail api. But when i keep these
jar files ( mail.jar and activation.jar) in shared/lib directory, after
restarting tomcat server when i try to send mail thorugh my jsp page its
give me smtp error.
But when i keep those archives in WEB-INF/lib th