Re: How to use shared directory

2006-04-02 Thread Amar
Hi, I had checked my tomcat and i am having mail.jar and activation.jar file in only shared/lib not in common/lib. and when this is case tomcat is not picking up these libraries. but when i keep in webapps/myapplication/WEB-ING/lib then its work. Help required regards -- amar On 01/04/06, Farr

RE: How to use shared directory

2006-04-01 Thread Farrow, Marc
Are you using a specific tomcat base? if so, then the JARs need to be in the shared/lib for that base. Also, make sure those JARs are not in the $tomcat_home/common/lib folder. -Original Message- From: Amar [mailto:[EMAIL PROTECTED] Sent: Saturday, April 01, 2006 1:23 AM To: users@tomcat

Re: How to use shared directory

2006-04-01 Thread Amar
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

Re: How to use shared directory

2006-04-01 Thread David Kerber
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 (