Re: tomcat won't load oracle driver

2002-06-25 Thread Marius Schwarz
Am 23-Jun-02 schrieb Keith Wannamaker: Someone mentioned on -dev that one has to remove the java*.sql classes from the oracle jdbc jar in order to work with jdk 1.4 (since 1.4 began bundling these classes as well) he could extract them and place them in his classpath, that has to work. Gruss

RE: tomcat won't load oracle driver

2002-06-25 Thread Les Hughes
To: Tomcat Users List Subject: Re: tomcat won't load oracle driver Am 23-Jun-02 schrieb Keith Wannamaker: Someone mentioned on -dev that one has to remove the java*.sql classes from the oracle jdbc jar in order to work with jdk 1.4 (since 1.4 began bundling these classes as well) he

RE: tomcat won't load oracle driver

2002-06-25 Thread Andy Eastham
- From: Les Hughes [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 14:17 To: 'Tomcat Users List' Subject: RE: tomcat won't load oracle driver Isnt classes111.zip for 1.1 VMs and classes12.zip for 1.2/1.3 VMs (Can't comment on 1.4)? Also, I think the rename to .jar and stick em in common

RE: tomcat won't load oracle driver

2002-06-25 Thread Les Hughes
not a expert in any of this either BTW... Les -Original Message- From: Andy Eastham [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 14:27 To: Tomcat Users List Subject: RE: tomcat won't load oracle driver I think the problem ,ay be that 1.4 uses jdbc v3. The oracle drivers probably

RE: tomcat won't load oracle driver

2002-06-25 Thread Les Hughes
oops, didn't scroll - there is a version of classes11.zip for 9isilly me... -Original Message- From: Les Hughes [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 14:52 To: 'Tomcat Users List' Subject: RE: tomcat won't load oracle driver OTN has classes12.zip for jdk1.2

Re[2]: tomcat won't load oracle driver

2002-06-25 Thread Jacob Kjome
and not .zip LH files LH Oh and I'm not a expert in any of this either BTW... LH Les -Original Message- From: Andy Eastham [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 14:27 To: Tomcat Users List Subject: RE: tomcat won't load oracle driver I think the problem ,ay

RE: Re[2]: tomcat won't load oracle driver

2002-06-25 Thread Les Hughes
Oracle? Andy -Original Message- From: Les Hughes [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 14:17 To: 'Tomcat Users List' Subject: RE: tomcat won't load oracle driver Isnt classes111.zip for 1.1 VMs and classes12.zip for 1.2/1.3 VMs (Can't comment on 1.4

Re[4]: tomcat won't load oracle driver

2002-06-25 Thread Jacob Kjome
datasource LH or just Class.forName() with the Oracle driver? LH Les -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 15:59 To: Tomcat Users List Subject: Re[2]: tomcat won't load oracle driver Hello Les, I run Tomcat 4.1.3 under j2sdk1.4_01

RE: tomcat won't load oracle driver

2002-06-23 Thread Andrew Conrad
a link to the documentation http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html -Andrew -Original Message- From: slickdev [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 9:21 PM To: [EMAIL PROTECTED] Subject: tomcat won't load oracle driver I have Tomcat

RE: tomcat won't load oracle driver

2002-06-23 Thread Keith Wannamaker
| To: [EMAIL PROTECTED] | Subject: tomcat won't load oracle driver | | | I have Tomcat 3.3 and cannot get any web apps to recognize the oracle jdbc drivers, -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

tomcat won't load oracle driver

2002-06-22 Thread slickdev
I have Tomcat 3.3 and cannot get any web apps to recognize the oracle jdbc drivers, which are contained in an oracle file named classes111.zip. I am confident of the oracle installation, as I can successfully run queries from command line java programs, using the same class file and driver.

Re: tomcat won't load oracle driver

2002-06-22 Thread Nic Holbrook
slickdev wrote: I have Tomcat 3.3 and cannot get any web apps to recognize the oracle jdbc drivers, which are contained in an oracle file named classes111.zip. I am confident of the oracle installation, as I can successfully run queries from command line java programs, using the same class