RE: HP-UX 10.20 + Oracle

2003-01-21 Thread John Clark
In case it is of use to anybody else, this is what worked in the end. HP-UX 10.20, Oracle 8.0.4, Tomcat 3.3.1 (JDK 1.1.8) 1. Install the JDBC package off the Oracle CD onto the HP server 2. This installs the correct classes111.zip and shared library for that version of Oracle 3. Make sure

RE: HP-UX 10.20 + Oracle

2003-01-21 Thread John Clark
In case it is of use to anybody else, this is what worked in the end. HP-UX 10.20, Oracle 8.0.4, Tomcat 3.3.1 (JDK 1.1.8) 1. Install the JDBC package off the Oracle CD onto the HP server 2. This installs the correct classes111.zip and shared library for that version of Oracle 3. Make sure

RE: HP-UX 10.20 + Oracle

2003-01-08 Thread John Clark
. -Original Message- From: John Clark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 1:13 PM To: 'Tomcat Users List' Subject: RE: HP-UX 10.20 + Oracle Mark: I tried changing to classes111.jar, but now get this error: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared

RE: HP-UX 10.20 + Oracle

2003-01-08 Thread Wagoner, Mark
PROTECTED] Subject: RE: HP-UX 10.20 + Oracle Hi I am offsite today, so not sure if this will work, anyway. I have tried setting LD_LIBRARY_PATH but it still does not work. I suspect that I have conflicting versions or classes, so my questions are: 1. Where should I get classes12 or classes111 from

RE: HP-UX 10.20 + Oracle

2003-01-08 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
: John Clark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 6:03 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: HP-UX 10.20 + Oracle Hi I am offsite today, so not sure if this will work, anyway. I have tried setting LD_LIBRARY_PATH but it still does not work. I

Re: HP-UX 10.20 + Oracle

2003-01-08 Thread mlh
On Wed, Jan 08, 2003 at 01:03:06PM -, John Clark wrote: I have tried setting LD_LIBRARY_PATH but it still does not work. hp-ux binaries have an inbuilt idea of where to find share libraries. It's called 'chattr' (change attributes). This is in addition to the LD_LIBRARY_PATH var. btw,

Re: HP-UX 10.20 + Oracle

2003-01-08 Thread mlh
On Thu, Jan 09, 2003 at 10:01:33AM +1100, [EMAIL PROTECTED] wrote: On Wed, Jan 08, 2003 at 01:03:06PM -, John Clark wrote: I have tried setting LD_LIBRARY_PATH but it still does not work. hp-ux binaries have an inbuilt idea of where to find share libraries. It's called 'chattr'

HP-UX 10.20 + Oracle

2003-01-07 Thread John Clark
Hi there, The story so far: I have an intranet application that currently runs on a Linux server (with Oracle 9i - built-in Apache) and W2000 server (with Tomcat 4.x connecting to Oracle 8). It is written in JSP and Java, and works fine. I now want to use HP-UX 10.20 as a server, so I got the

RE: HP-UX 10.20 + Oracle

2003-01-07 Thread Wagoner, Mark
I think classes12.jar is for JDK 1.2. You want classes111.jar (if you can find it). -Original Message- From: John Clark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 12:54 PM To: 'Tomcat Users List' Subject: HP-UX 10.20 + Oracle Hi there, The story so far: I have

RE: HP-UX 10.20 + Oracle

2003-01-07 Thread p niemandt
is for JDK 1.2. You want classes111.jar (if you can find it). -Original Message- From: John Clark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 12:54 PM To: 'Tomcat Users List' Subject: HP-UX 10.20 + Oracle Hi there, The story so far: I have an intranet

RE: HP-UX 10.20 + Oracle

2003-01-07 Thread John Clark
PROTECTED]] Sent: 07 January 2003 18:25 To: Tomcat Users List Subject: RE: HP-UX 10.20 + Oracle As far as I know you should use ojdbc14.jar for Oracle9: Though previous ones should work, the ojdbc14.jar is recommended / needed for Oracle9. {The classnames are different between classes12.jar and the new

RE: HP-UX 10.20 + Oracle

2003-01-07 Thread Wagoner, Mark
PROTECTED]] Sent: 07 January 2003 18:25 To: Tomcat Users List Subject: RE: HP-UX 10.20 + Oracle As far as I know you should use ojdbc14.jar for Oracle9: Though previous ones should work, the ojdbc14.jar is recommended / needed for Oracle9. {The classnames are different between classes12.jar

RE: HP-UX 10.20 + Oracle

2003-01-07 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
If you need classes111.jar I have a copy and it has even been used on an HP-UX machine, albeit 11.0 -Original Message- From: Wagoner, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 10:57 AM To: 'Tomcat Users List' Subject: RE: HP-UX 10.20 + Oracle I think classes12.jar