RE: Oracle 8.1.7 JDBC classes

2002-08-02 Thread Charles Trader

CMIIW, I think it's supposed to be in %catalina_home%/common/lib?

Regards,
Charles

 -Original Message-
 From: Roland Carlsson [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 2 August 2002 16:14
 To: [EMAIL PROTECTED]
 Subject: Oracle 8.1.7 JDBC classes
 
 
 Hi!
 Last night we upgraded our Oracledatabase from 8.1.5 to 8.1.7 
 in an attempt to avoid a bug. The installation went fine but 
 when I tried to get Tomcat to access the database through the 
 new drivers it said that it couldn't find the driver.
 
 I renamed them to .jar from .zip like I did with the 8.1.5 
 driver, I placed them in the same directory as 
 (%catalina_home%/lib) where the 8.1.5 driver where. 
 
 So my question is:
 
 Why doesns't tomcat recognize the new drivers? I need 
 suggestions since I don't know where to start to look right now. 
 
  The libary is fine since it works nicely in Forte4J.
 
 My setup are:
 
 Apache 1.3.23
 Tomcat 4.0.3
 WinNT 4 sp 6
 
 Thanks in advance
 Roland Carlsson
 
 

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




Re: Oracle 8.1.7 JDBC classes

2002-08-02 Thread Roland Carlsson

What is the difference? It works with the 8.1.5 driver in
%catalina_home%/lib ??
But I'm going to try and move it.

Thanks
Roland

ps: could you spell out the abrivation CMIIW, i don't recogice it.

- Original Message -
From: Charles Trader [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, August 02, 2002 10:29 AM
Subject: RE: Oracle 8.1.7 JDBC classes


 CMIIW, I think it's supposed to be in %catalina_home%/common/lib?

 Regards,
 Charles

  -Original Message-
  From: Roland Carlsson [mailto:[EMAIL PROTECTED]]
  Sent: Friday, 2 August 2002 16:14
  To: [EMAIL PROTECTED]
  Subject: Oracle 8.1.7 JDBC classes
 
 
  Hi!
  Last night we upgraded our Oracledatabase from 8.1.5 to 8.1.7
  in an attempt to avoid a bug. The installation went fine but
  when I tried to get Tomcat to access the database through the
  new drivers it said that it couldn't find the driver.
 
  I renamed them to .jar from .zip like I did with the 8.1.5
  driver, I placed them in the same directory as
  (%catalina_home%/lib) where the 8.1.5 driver where.
 
  So my question is:
 
  Why doesns't tomcat recognize the new drivers? I need
  suggestions since I don't know where to start to look right now.
 
   The libary is fine since it works nicely in Forte4J.
 
  My setup are:
 
  Apache 1.3.23
  Tomcat 4.0.3
  WinNT 4 sp 6
 
  Thanks in advance
  Roland Carlsson
 
 

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



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




RE: Oracle 8.1.7 JDBC classes

2002-08-02 Thread Charles Trader

I'm not sure what the difference is, from what I know (and implement), I
should put the additional jars there. Anyone have a better explanation?

ps:CMIIW = correct me if i'm wrong 

 -Original Message-
 From: Roland Carlsson [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 2 August 2002 16:34
 To: Tomcat Users List
 Subject: Re: Oracle 8.1.7 JDBC classes
 
 
 What is the difference? It works with the 8.1.5 driver in
 %catalina_home%/lib ??
 But I'm going to try and move it.
 
 Thanks
 Roland
 
 ps: could you spell out the abrivation CMIIW, i don't recogice it.
 
 - Original Message -
 From: Charles Trader [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Sent: Friday, August 02, 2002 10:29 AM
 Subject: RE: Oracle 8.1.7 JDBC classes
 
 
  CMIIW, I think it's supposed to be in %catalina_home%/common/lib?
 
  Regards,
  Charles
 
   -Original Message-
   From: Roland Carlsson [mailto:[EMAIL PROTECTED]]
   Sent: Friday, 2 August 2002 16:14
   To: [EMAIL PROTECTED]
   Subject: Oracle 8.1.7 JDBC classes
  
  
   Hi!
   Last night we upgraded our Oracledatabase from 8.1.5 to 8.1.7
   in an attempt to avoid a bug. The installation went fine but
   when I tried to get Tomcat to access the database through the
   new drivers it said that it couldn't find the driver.
  
   I renamed them to .jar from .zip like I did with the 8.1.5
   driver, I placed them in the same directory as
   (%catalina_home%/lib) where the 8.1.5 driver where.
  
   So my question is:
  
   Why doesns't tomcat recognize the new drivers? I need
   suggestions since I don't know where to start to look right now.
  
The libary is fine since it works nicely in Forte4J.
  
   My setup are:
  
   Apache 1.3.23
   Tomcat 4.0.3
   WinNT 4 sp 6
  
   Thanks in advance
   Roland Carlsson
  
  
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

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




Re: Oracle 8.1.7 JDBC classes

2002-08-02 Thread Roland Carlsson

I have tride to put the 8.1.7 version of the jdbcdriver (witch includes the
driver) in the %catalina_home%/common/lib/ but i still get a
ClassNotFoundException.

When putting the old 8.1.5 version there it works like a charm

Anyone, more suggestions of what may cause this behavior. I'm very puzzled
with this.

Thanks
Roland Carlsson

- Original Message -
From: Charles Trader [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, August 02, 2002 11:21 AM
Subject: RE: Oracle 8.1.7 JDBC classes


 I'm not sure what the difference is, from what I know (and implement), I
 should put the additional jars there. Anyone have a better explanation?

 ps:CMIIW = correct me if i'm wrong

  -Original Message-
  From: Roland Carlsson [mailto:[EMAIL PROTECTED]]
  Sent: Friday, 2 August 2002 16:34
  To: Tomcat Users List
  Subject: Re: Oracle 8.1.7 JDBC classes
 
 
  What is the difference? It works with the 8.1.5 driver in
  %catalina_home%/lib ??
  But I'm going to try and move it.
 
  Thanks
  Roland
 
  ps: could you spell out the abrivation CMIIW, i don't recogice it.
 
  - Original Message -
  From: Charles Trader [EMAIL PROTECTED]
  To: 'Tomcat Users List' [EMAIL PROTECTED]
  Sent: Friday, August 02, 2002 10:29 AM
  Subject: RE: Oracle 8.1.7 JDBC classes
 
 
   CMIIW, I think it's supposed to be in %catalina_home%/common/lib?
  
   Regards,
   Charles
  
-Original Message-
From: Roland Carlsson [mailto:[EMAIL PROTECTED]]
Sent: Friday, 2 August 2002 16:14
To: [EMAIL PROTECTED]
Subject: Oracle 8.1.7 JDBC classes
   
   
Hi!
Last night we upgraded our Oracledatabase from 8.1.5 to 8.1.7
in an attempt to avoid a bug. The installation went fine but
when I tried to get Tomcat to access the database through the
new drivers it said that it couldn't find the driver.
   
I renamed them to .jar from .zip like I did with the 8.1.5
driver, I placed them in the same directory as
(%catalina_home%/lib) where the 8.1.5 driver where.
   
So my question is:
   
Why doesns't tomcat recognize the new drivers? I need
suggestions since I don't know where to start to look right now.
   
 The libary is fine since it works nicely in Forte4J.
   
My setup are:
   
Apache 1.3.23
Tomcat 4.0.3
WinNT 4 sp 6
   
Thanks in advance
Roland Carlsson
   
   
  
   --
   To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
   For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
  
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]

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



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




Re: Oracle 8.1.7 JDBC classes

2002-08-02 Thread Roland Carlsson

I'm using Tomcat 4.0.3.

If it's ignoring javax.sql then we have found the problem and I have to
upgrade. Is it possible to verify that 4.0.3 should have this problem?

Thanks
Roland

- Original Message -
From: Ralph Einfeldt [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, August 02, 2002 1:48 PM
Subject: AW: Oracle 8.1.7 JDBC classes


 Which tomcat version do you use.
 as far as I can remember at least one tomcat version
 ignored any jar in the tomcat directories that
 contained certain classes (java.sql.* I believe).

 Compare the contents of the two oracle jars to see if
 something changed in this respect.

  -Ursprüngliche Nachricht-
  Von: Roland Carlsson [mailto:[EMAIL PROTECTED]]
  Gesendet: Freitag, 2. August 2002 13:38
  An: Tomcat Users List
  Betreff: Re: Oracle 8.1.7 JDBC classes
 
  I have tride to put the 8.1.7 version of the jdbcdriver
  in the %catalina_home%/common/lib/ but i still get a
  ClassNotFoundException.
 
  When putting the old 8.1.5 version there it works like a charm
 

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



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




RE: Oracle 8.1.7 JDBC classes

2002-08-02 Thread Michael Remijan

users,

This may sound stupid but did the classname of the driver change? like in the previous 
version it was com.oracle.sql.Driver and in the new version it's 
COM.oracle.sql.OracleDriver?  I highly doubt it but it's another idea.

mike/

-Original Message-
From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 02, 2002 6:49 AM
To: Tomcat Users List
Subject: AW: Oracle 8.1.7 JDBC classes


Which tomcat version do you use.
as far as I can remember at least one tomcat version
ignored any jar in the tomcat directories that 
contained certain classes (java.sql.* I believe).

Compare the contents of the two oracle jars to see if
something changed in this respect.

 -Ursprüngliche Nachricht-
 Von: Roland Carlsson [mailto:[EMAIL PROTECTED]]
 Gesendet: Freitag, 2. August 2002 13:38
 An: Tomcat Users List
 Betreff: Re: Oracle 8.1.7 JDBC classes
 
 I have tride to put the 8.1.7 version of the jdbcdriver 
 in the %catalina_home%/common/lib/ but i still get a
 ClassNotFoundException.
 
 When putting the old 8.1.5 version there it works like a charm
 

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




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




RE: Oracle 8.1.7 JDBC classes

2002-08-02 Thread Mike Jackson

I run the 8.1.7 drivers with UnixWare 7.1.1 and with tomcat 3.x (forget
which version, fairly recent but not the most recent).  I don't have any
problems with the jar not loading, and I've used the jar in the
$TOMCAT_HOME/lib subfolder (under apps) and in the WEB-INF/lib directories.
You might consider upgrading to the 9i version of the jars and see what
happens there (I run 9i also, but on another box), this is the current
setup that I'm running.

--mikej
-=-
mike jackson
[EMAIL PROTECTED]

 -Original Message-
 From: Charles Trader [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 02, 2002 2:22 AM
 To: 'Tomcat Users List'
 Subject: RE: Oracle 8.1.7 JDBC classes


 I'm not sure what the difference is, from what I know (and implement), I
 should put the additional jars there. Anyone have a better explanation?

 ps:CMIIW = correct me if i'm wrong

  -Original Message-
  From: Roland Carlsson [mailto:[EMAIL PROTECTED]]
  Sent: Friday, 2 August 2002 16:34
  To: Tomcat Users List
  Subject: Re: Oracle 8.1.7 JDBC classes
 
 
  What is the difference? It works with the 8.1.5 driver in
  %catalina_home%/lib ??
  But I'm going to try and move it.
 
  Thanks
  Roland
 
  ps: could you spell out the abrivation CMIIW, i don't recogice it.
 
  - Original Message -
  From: Charles Trader [EMAIL PROTECTED]
  To: 'Tomcat Users List' [EMAIL PROTECTED]
  Sent: Friday, August 02, 2002 10:29 AM
  Subject: RE: Oracle 8.1.7 JDBC classes
 
 
   CMIIW, I think it's supposed to be in %catalina_home%/common/lib?
  
   Regards,
   Charles
  
-Original Message-
From: Roland Carlsson [mailto:[EMAIL PROTECTED]]
Sent: Friday, 2 August 2002 16:14
To: [EMAIL PROTECTED]
Subject: Oracle 8.1.7 JDBC classes
   
   
Hi!
Last night we upgraded our Oracledatabase from 8.1.5 to 8.1.7
in an attempt to avoid a bug. The installation went fine but
when I tried to get Tomcat to access the database through the
new drivers it said that it couldn't find the driver.
   
I renamed them to .jar from .zip like I did with the 8.1.5
driver, I placed them in the same directory as
(%catalina_home%/lib) where the 8.1.5 driver where.
   
So my question is:
   
Why doesns't tomcat recognize the new drivers? I need
suggestions since I don't know where to start to look right now.
   
 The libary is fine since it works nicely in Forte4J.
   
My setup are:
   
Apache 1.3.23
Tomcat 4.0.3
WinNT 4 sp 6
   
Thanks in advance
Roland Carlsson
   
   
  
   --
   To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
   For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
  
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]

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




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