On Thu, 14 Mar 2002, Leila Lappin wrote:
> Date: Thu, 14 Mar 2002 08:52:10 -0800
> From: Leila Lappin <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Subject: Re: JDBC, tomcat setup question
>
> HI all,
> Yesterday I posted the question how to configure jdbc with tomcat and I got
> some responses although the question seemed to be elementary, thank you.
>
> I read some suggested "how to" documents and it's pretty clear what needs to
> be done. But the problem I'm trying to resolve is how I may avoid placing
> jar files under tomcat's directory structure in order to have them picked
> up. I found the topic "External Dependencies" that seems to address this
> issue by setting proper configuration values in build.xml. Hopefully I'll
> find what I'm looking for.
>
If you place things like JDBC driver JAR files in the directory identified
in the Tomcat documentation, it will be recognized for you. If really
want to point at a JAR file somewhere else (and you aren't running on a
Unix system where you can use symbolic links), then you have to modify the
Tomcat startup scripts to include your JAR on the CLASSPATH -- but then,
you are on your own for support.
CLASSPATH is a cause of horrendous numbers of problems for new Java users.
That's why Tomcat ignores it and imposes its own rules.
> thanks
>
Craig
> ----- Original Message -----
> From: "August Detlefsen" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Wednesday, March 13, 2002 8:02 PM
> Subject: Re: JDBC, tomcat setup question
>
>
> > Not the same...
> >
> > How many people even know what a class loader is when they start using
> > Tomcat..?
> >
> >
> > --- Emir Alikadic <[EMAIL PROTECTED]> wrote:
> > > On 3/13/2002 9:57 PM, August Detlefsen wrote:
> > > > Sorry, Leila, my comment was not meant to offend, but yours is the
> > > #1
> > > > question asked on this list (Where do I put my jar files?).
> > > >
> > > > Hmmm... There really should be a FAQ for all this stuff...
> > >
> > > How about a HOWTO, as in Class Loader HOWTO:
> > >
> > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html
> > >
> > >
> > > Emir.
> > >
> > >
> > > --
> > > To unsubscribe: <mailto:[EMAIL PROTECTED]>
> > > For additional commands: <mailto:[EMAIL PROTECTED]>
> > > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> > >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Sports - live college hoops coverage
> > http://sports.yahoo.com/
> >
> > --
> > To unsubscribe: <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
>
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>