If $CATALINA_HOME/common/classes doesn't work, then you'll probably have to
take it up with the vendor of you driver.  If the driver wants to load it
from the System classpath, then you will probably have to edit
catalina.(sh/bat) to include it in the System classpath.

"Alessandro Scaramuzza" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I try tu put it in all this folders.... but I receive a
> FileNotFoundException!!!
>
> ----- Original Message -----
> From: "Bill Barker" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, March 14, 2003 8:08 AM
> Subject: Re: custom .properties file
>
>
> > Well, it depends where you are loading your driver from.  If it is in
> > WEB-INF/lib, then put your file in WEB-INF/classes.  Otherwise, if it is
> in
> > $CATALINA_HOME/shared/lab, put it in $CATALINA_HOME/shared/classes.  If
> you
> > are using common, then s/shared/common/.
> >
> > "Alessandro Scaramuzza" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]
> > > Hello everybody,
> > > I'm trying to develop a simple application in tomcat+struts.
> > > Everything works fine, but the driver to access to database: ewin.
This
> > > driver needs a db.properties file, i put it on the root directory of
my
> > > project but at runtime I receive a FileNotFoundException.
> > > Should I register the file to Tomcat? in which mode?
> > >
> > > thank to everybody can help me, and sorry for my ugly english!!
> > > Alessandro
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to