Re: How can I use a class in javax package from the jar file in WEB-INF/lib instead of the one in common/lib.

2008-10-28 Thread Kevin SeongHyun Lee
Oh, that makes perfect sense. Thanks Chuck. Regards, Kevin 2008/10/25 Caldarale, Charles R <[EMAIL PROTECTED]> > > From: Kevin SeongHyun Lee [mailto:[EMAIL PROTECTED] > > Subject: Re: How can I use a class in javax package from the > > jar file in WEB-INF/lib instead

Re: How can I use a class in javax package from the jar file in WEB-INF/lib instead of the one in common/lib.

2008-10-24 Thread Kevin SeongHyun Lee
requently+Asked+Questions#FrequentlyAskedQuestions-3.2 Does anyone know how to solve this without removing any files? Regards, Kevin 2008/10/25 Caldarale, Charles R <[EMAIL PROTECTED]> > > From: Kevin SeongHyun Lee [mailto:[EMAIL PROTECTED] > > Subject: Re: How can I use a class in

Re: How can I use a class in javax package from the jar file in WEB-INF/libinstead of the one in common/lib.

2008-10-24 Thread Kevin SeongHyun Lee
Yeah, absolutely. :) Well, they have their policy though. So I have to respect that. Thanks Chuck. Regards, Kevin 2008/10/25 Caldarale, Charles R <[EMAIL PROTECTED]> > > From: Kevin SeongHyun Lee [mailto:[EMAIL PROTECTED] > > Subject: Re: How can I use a class in java

Re: How can I use a class in javax package from the jar file in WEB-INF/lib instead of the one in common/lib.

2008-10-24 Thread Kevin SeongHyun Lee
uch classes need to be installed in $TOMCAT_HOME/common/lib rather than in WEB-INF/lib. Currently (April 25, 2002) jaxrpc.jar is such a jar." Regards, Kevin 2008/10/25 Pid <[EMAIL PROTECTED]> > Kevin SeongHyun Lee wrote: > > Hello, > > > > I'm trying to u

Re: How can I use a class in javax package from the jar file in WEB-INF/libinstead of the one in common/lib.

2008-10-24 Thread Kevin SeongHyun Lee
<[EMAIL PROTECTED]> > > From: Kevin SeongHyun Lee [mailto:[EMAIL PROTECTED] > > Subject: How can I use a class in javax package from the jar > > file in WEB-INF/libinstead of the one in common/lib. > > > > it must be designed to work in any Tomcat server >

How can I use a class in javax package from the jar file in WEB-INF/lib instead of the one in common/lib.

2008-10-24 Thread Kevin SeongHyun Lee
Hello, I'm trying to use JavaMail and the necessary libraries are in the WEB-INF/lib of my application. It works fine in my development environment. However, the problem is that after it is installed in the production environment and tries to send an email, it always throws NoSuchProviderExce