oracle drivers

2002-06-03 Thread puneet sachar
good morning developers! tell me if i want to use oracle as my database where do i keep my drivers in the tomcat and 2) where r the oracles drivers 3) from where i get type 3 or type 4 drivers 4) does oracle 8i personla edition have them... where is location , so that i copy /paste them to

RE: oracle drivers

2002-06-03 Thread Lee Chin Khiong
put it into tomcat_directory/common/lib All driver comes with oracle or you cane download it from oracle web site. -Original Message- From: puneet sachar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 2:25 PM To: Tomcat Users List Subject: oracle drivers good morning

RE: oracle drivers

2002-06-03 Thread puneet sachar
e download it > from oracle web site. > > > -Original Message- > From: puneet sachar [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 2:25 PM > To: Tomcat Users List > Subject: oracle drivers > > > good morning developers! > > > tell

Re: oracle drivers

2002-06-04 Thread Tia Haenni
irectory/common/lib >>All driver comes with oracle or you cane download it >>from oracle web site. >> >> >>-Original Message- >>From: puneet sachar [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, June 04, 2002 2:25 PM >>To: Tomcat Users List >

jdk 1.4 and Oracle drivers

2002-06-06 Thread John Gregg
Hi all. Upon completing my most recent project I switched from jdk 1.3.1 to 1.4. However now I can't start Tomcat (4.0.1) because it can't find the Oracle jdbc driver class. When I first started using Oracle with Tomcat, I renamed the classes12.zip to classes12.jar. Now no matter where I put cl

Re: jdk 1.4 and Oracle drivers

2002-06-06 Thread Tia Haenni
Did you try adding the location of your classes12.jar to the Tomcat classpath? Look in /bin/setclasspath file. There should be a section near the bottom like one of the following depending on the OS: # Set standard CLASSPATH CLASSPATH="$JAVA_HOME"/lib/tools.jar rem Set standard CLASSPATH set C

SOLVED: jdk 1.4 and Oracle drivers

2002-06-11 Thread John Gregg
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]. org]On Behalf Of John Gregg Sent: Thursday, June 06, 2002 4:53 PM To: [EMAIL PROTECTED] Subject: jdk 1.4 and Oracle drivers Hi all. Upon completing my most recent project I switched from jdk 1.3.1 to 1.4. However now I can't start Tomcat (

loading oracle drivers from classes12.zip?

2001-02-09 Thread John Coonrod
Has anyone been able to get the oracle thin drivers to load from the zip file rather than having to unpack them - when running tomcat on an nt server? Dr. John Coonrod, Vice President, [EMAIL PROTECTED] The Hunger Project, 15 East 26th Street, NY, NY 10010 www.thp.org ---

Re: SOLVED: jdk 1.4 and Oracle drivers

2002-06-11 Thread Jacob Kjome
org]On Behalf Of John Gregg JG> Sent: Thursday, June 06, 2002 4:53 PM JG> To: [EMAIL PROTECTED] JG> Subject: jdk 1.4 and Oracle drivers JG> Hi all. JG> Upon completing my most recent project I switched from jdk 1.3.1 to 1.4. JG> However now I can't start Tomcat (4.0.1

Re: SOLVED: jdk 1.4 and Oracle drivers

2002-06-11 Thread Peter Mutsaers
>> "Jacob" == Jacob Kjome <[EMAIL PROTECTED]> writes: Jacob> Well, I have been using the classes12.jar in Jacob> TOMCAT_HOME/common/lib. I've used it with both the JNDI Jacob> javax.sql.DataSource deal provided by the Jakarta-Commons Jacob> project and another connection pooler.

Re: loading oracle drivers from classes12.zip?

2001-02-09 Thread Fernando Padilla
I believe so. The story is that the Web App Spec states that it will load .jar files, not .zip files from the Web App lib directory ( even though they're essentially the same ). People here have suggested to simple rename the file from calsses12.zip to classes12.jar. You could also unpack it a

RE: loading oracle drivers from classes12.zip?

2001-02-09 Thread Craig
[mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 9:39 AM To: tomcat Subject: loading oracle drivers from classes12.zip? Has anyone been able to get the oracle thin drivers to load from the zip file rather than having to unpack them - when running tomcat on an nt server

RE: loading oracle drivers from classes12.zip?

2001-02-09 Thread Drasko Kokic
he contents. > Oracle 8I enterprise > has worked perfectly for me with tomcat using the > thin driver with no > modifications. > > Good luck, > Craig > > -Original Message- > From: John Coonrod [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 09, 2001 9

RE: loading oracle drivers from classes12.zip?

2001-02-09 Thread Craig O'Brien
with anything regarding Tomcat. :0) Good luck, Craig -Original Message- From: Drasko Kokic [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 10:05 AM To: [EMAIL PROTECTED] Subject: RE: loading oracle drivers from classes12.zip? The "things" changed slightly under T3.2 :-)

RE: loading oracle drivers from classes12.zip?

2001-02-09 Thread John Coonrod
Right. On my Win2000 server, renaming the classes12.zip to classes12.jar in the lib area had the tomcat.bat file pick it up properly and put it in the classpath. This probably won't work on nt_4 for lack of enumeration of files in a directory, but then a simple explicit set %cp%;xxx\classes

Even simpler... where do I put oracle drivers?

2001-02-05 Thread John Coonrod
Let me up to an even easier question... Where, exactly, should I put my Oracle jdbc thin drivers? Back in the days of 3.0, I could only get things to work by completely unzipping the oracle zip file into a folder called oracle which I put in \jakarta-tomcat\classes That continues to work, sort

Oracle Drivers that work with Tomcat 5.5.x

2005-07-01 Thread Stephen Caine
James, Is anyone else using Tomcat, Oracle & Java Studio Creator together? How did you do it? We use Qilan, an Mac OS X web application. We routinely access Oracle with the Oracle thin class12 JDBC driver via Tomcat. We have no problem and are able to connect and run SQL. Qilan, by

RE: Even simpler... where do I put oracle drivers?

2001-02-05 Thread Erik LaBianca
impler... where do I put oracle drivers? Let me up to an even easier question... Where, exactly, should I put my Oracle jdbc thin drivers? Back in the days of 3.0, I could only get things to work by completely unzipping the oracle zip file into a folder called oracle which I put in \jakarta-

RE: Even simpler... where do I put oracle drivers?

2001-02-05 Thread Michael Wentzel
> Let me up to an even easier question... > > Where, exactly, should I put my Oracle jdbc thin drivers? > Back in the days > of 3.0, I could only get things to work by completely > unzipping the oracle > zip file into a folder called oracle which I put in > \jakarta-tomcat\classes > > That

RE: Even simpler... where do I put oracle drivers?

2001-02-05 Thread Garmaev, Vladimir A
, 2001 4:37 PM To: '[EMAIL PROTECTED]' Subject: RE: Even simpler... where do I put oracle drivers? > Let me up to an even easier question... > > Where, exactly, should I put my Oracle jdbc thin drivers? > Back in the days > of 3.0, I could only get things to work by co

RE: Even simpler... where do I put oracle drivers?

2001-02-05 Thread Garmaev, Vladimir A
Oops... You also (of course) need to create these directories: $(wrapper.tomcat_home)\classes\jdbc -Original Message- From: Garmaev, Vladimir A Sent: Monday, February 05, 2001 5:48 PM To: '[EMAIL PROTECTED]' Subject: RE: Even simpler... where do I put oracle drivers? Go t

AW: Even simpler... where do I put oracle drivers?

2001-02-06 Thread Thomas Bezdicek
Why not putting the zip-file it into $TOMCAT_HOME/lib ? regards -Ursprüngliche Nachricht- Von: Garmaev, Vladimir A [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 06. Februar 2001 00:51 An: '[EMAIL PROTECTED]' Betreff: RE: Even simpler... where do I put oracle drivers? Oops..

RE: Even simpler... where do I put oracle drivers?

2001-02-06 Thread Carles Pi-Sunyer
To make this work for me, I've had to change the name of the file from class111.zip to classes111.jar. It appears that only files with the .jar extension are automatically picked up and added to the classpath in the Web-inf/lib directory. > Works fine for us putting our jar files in our projects

RE: Even simpler... where do I put oracle drivers?

2001-02-06 Thread Fernando Padilla
Yes that is part of the J2EE Web Application Spec. On Tue, 6 Feb 2001, Carles Pi-Sunyer wrote: > To make this work for me, I've had to change the name of the file from > class111.zip to classes111.jar. It appears that only files with the .jar > extension are automatically picked up and added t

NullPointer in ScrollabeResultSet using oracle drivers on tomcat 4.1.29

2004-03-24 Thread Hans
Hi all, I've got an urgent problem (haven't we all) and I really really could use some help. I am experiencing the problem described in detail in: http://www.mail-archive.com/[EMAIL PROTECTED]/msg05036.html Which is in short, nullpointer exceptions when using resultset.close(); statement.close(

RE: Oracle Drivers that work with Tomcat 5.5.x

2005-07-01 Thread James Reynolds
mcat Users List Subject: Oracle Drivers that work with Tomcat 5.5.x James, > > Is anyone else using Tomcat, Oracle & Java Studio Creator together? > How did you do it? We use Qilan, an Mac OS X web application. We routinely access Oracle with the Oracle thin class12 JDBC driver

Oracle Drivers that work with Tomcat 5.5.x and Sun Java Studio Creator

2005-07-01 Thread James Reynolds
I'm using Sun's Java Studio Creator to create a javaserver faces application that I want to deploy to Tomcat. If I use the drivers included with the IDE, Tomcat throws the following error: javax.servlet.ServletException: javax.faces.FacesException: Can't instantiate class: 'insertupdatedelete.Pa