Re: Where do I put the oracle jdbc driver?

2002-05-20 Thread Tore Skogly
mandag 20. mai 2002, 03:18, skrev Jack Hermanto: > Put it on > - $TOMCAT_HOME/server/lib if you need the JDBC > available only for tomcat server. > - $TOMCAT_HOME/common/lib if you need JDBC available for both > server and application. > > Notes: Tomcat class loader only recognize .jar file, >

Re: Where do I put the oracle jdbc driver?

2002-05-20 Thread Gearoid Coughlan
Hi, Drop the driver into $TOMCAT_HOME/common/lib then all apps will be able to use it. --g On Sunday 19 May 2002 18:07, you wrote: > I have problems making Tomcat find the jdbcdriver which i downloaded from > Oracle. > > I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed i

RE: Where do I put the oracle jdbc driver?

2002-05-19 Thread Jack Hermanto
rwise. ~~~ > -Original Message- > From: Tore Skogly [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 5:30 AM > To: Tomcat Users List > Subject: Re: Where do I put the oracle jdbc driver? > > > mandag 20. mai 2002, 10:52, skrev Felipe R. Lorenzo VI:

Re: Where do I put the oracle jdbc driver?

2002-05-19 Thread Tore Skogly
mandag 20. mai 2002, 10:52, skrev Felipe R. Lorenzo VI: > To use it on a single Web Application, try: WEB-INF/lib > > > frlvi > The jdbc drivers will be used by several applications. What location does that require? $TOMCAT_HOME/lib (ie /var/tomcat4/lib) Do I need to add the jar file to my CLASS

Re: Where do I put the oracle jdbc driver?

2002-05-19 Thread Felipe R. Lorenzo VI
To use it on a single Web Application, try: WEB-INF/lib frlvi 5/19/02 10:07:12 AM, Tore Skogly <[EMAIL PROTECTED]> wrote: >I have problems making Tomcat find the jdbcdriver which i downloaded from >Oracle. > >I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed it >clas