Datasource Drivers Question

2005-07-07 Thread James Reynolds
I'm having trouble setting up a data source in Tomcat 5.5.7. I'm not certain if I'm having a configuration problem, or if the drivers I'm trying to use are not compatible with Tomcat. Starting with the latter question, I'm attempting to use the jdbc oracle drivers that ship with Sun's Java

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

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: Oracle Drivers that work with Tomcat 5.5.x

2005-07-01 Thread James Reynolds
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 via Tomcat. We have no problem

Putting JDBC drivers in common/lib

2005-02-18 Thread Behrang Saeedzadeh
Is it mandatory to put the JDBC drivers in the common/lib? Or can I put the JDBC drivers in each context's WEB-INF/lib? As long as I can remember I read somewhere that these drivers most be placed in the common/lib directory cause otherwise it introduces class loader problems. But what if I have

Re: Putting JDBC drivers in common/lib

2005-02-18 Thread Larry Meadors
if you are using jndi, i think they have to be in common/lib. If not, they can go in WEB-INF/lib instead. Larry On Sat, 19 Feb 2005 02:42:35 +0330, Behrang Saeedzadeh [EMAIL PROTECTED] wrote: Is it mandatory to put the JDBC drivers in the common/lib? Or can I put the JDBC drivers in each

Re: AW: comparison of Type 4 JDBC drivers

2004-11-11 Thread Tuncay Baskan
don't know older releases though.. /tb. -Ursprungliche Nachricht- Von: Tuncay Baskan [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 10. November 2004 00:30 An: Tomcat Users List Betreff: Re: comparison of Type 4 JDBC drivers On Wed, 10 Nov 2004 12:18:20 +1300, Craig Collings

Re: comparison of Type 4 JDBC drivers

2004-11-10 Thread agidden
I cannot thank you enough Tuncay Baskan. We were about to switch to Tomcat from Jrun4 and found that the MS drivers were noticably slower. Your tip to use jTds probably saved me a few days of testing. We also tried DataDirect, but they will not sell you just a driver unless you have some

AW: comparison of Type 4 JDBC drivers

2004-11-10 Thread Michael Sudkamp
:[EMAIL PROTECTED] Gesendet: Mittwoch, 10. November 2004 00:30 An: Tomcat Users List Betreff: Re: comparison of Type 4 JDBC drivers On Wed, 10 Nov 2004 12:18:20 +1300, Craig Collings [EMAIL PROTECTED] wrote: Interesting. I'm using com.microsoft.jdbc.sqlserver.SQLServerDriver which

RE: comparison of Type 4 JDBC drivers

2004-11-09 Thread Craig Collings
Interesting. I'm using com.microsoft.jdbc.sqlserver.SQLServerDriver which is a type 4 driver and I am also getting ex VM errors: any ideas? An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc005) occurred at

RE: comparison of Type 4 JDBC drivers

2004-11-09 Thread Robert Harper
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 4:18 PM To: tomcat-user ([EMAIL PROTECTED]) Subject: RE: comparison of Type 4 JDBC drivers Interesting. I'm using com.microsoft.jdbc.sqlserver.SQLServerDriver which is a type 4 driver and I am also getting ex VM errors: any ideas

Re: comparison of Type 4 JDBC drivers

2004-11-09 Thread Tuncay Baskan
On Wed, 10 Nov 2004 12:18:20 +1300, Craig Collings [EMAIL PROTECTED] wrote: Interesting. I'm using com.microsoft.jdbc.sqlserver.SQLServerDriver which is a type 4 driver and I am also getting ex VM errors: any ideas? I don't know if it's helps.. We tried to use Microsoft JDBC drivers

RE: comparison of Type 4 JDBC drivers

2004-11-09 Thread Craig Collings
if it's helps.. We tried to use Microsoft JDBC : drivers in our applications but because of its troubles we : decided to use jTds, which is a but rock-solid free driver.. : : You can get it from http://jtds.sourceforge.net/. : : -- : /tb

Re: comparison of Type 4 JDBC drivers

2004-11-09 Thread Steven J. Owens
if it's helps.. We tried to use Microsoft JDBC drivers in our applications but because of its troubles we decided to use jTds, which is a but rock-solid free driver.. You can get it from http://jtds.sourceforge.net/. I don't do SQLServer at all, but a friend who has a J2EE app using SQLServer

Re: Mysql JDBC Drivers: Use 2.x or 3.x? (Kinda Long, sry)

2004-09-22 Thread Chuck Carson
When I move my datasource definition to the web.xml file for my webapp, I get nothing. When I use the Tomcat manager app and drill down into Service-Host-Context (testapp1)-Resource-DataSources I see my jdbc/MysqlTest1 datasource defined but all the parameters associated with it are blank.

Re: Mysql JDBC Drivers: Use 2.x or 3.x? (Kinda Long, sry)

2004-09-22 Thread Robert Bateman
I think I see the problem... Those 2 definitions need to be over in your context.xml. Context.xml is located in META-INF/context.xml It appears you have the definitions in web.xml within WEB-INF/web.xml, which I believe is incorrect. Bob On Wednesday 22 September 2004 02:19 pm, Chuck

Mysql JDBC Drivers: Use 2.x or 3.x?

2004-09-20 Thread Chuck Carson
I am starting to build an application using Tomcat 5.0x and am having problems getting the connection pool setup. Should I be using the 3.x or 2.x Mysql drivers? The 2 files I have downloaded are: mysql-connector-java-2.0.14.tar.gz mysql-connector-java-3.0.15-ga.tar.gz I am currently trying

Re: Mysql JDBC Drivers: Use 2.x or 3.x?

2004-09-20 Thread Robert Bateman
Tomcat 5.0x and am having problems getting the connection pool setup. Should I be using the 3.x or 2.x Mysql drivers? The 2 files I have downloaded are: mysql-connector-java-2.0.14.tar.gz mysql-connector-java-3.0.15-ga.tar.gz I am currently trying to get it working with the 3.x driver

Re: Mysql JDBC Drivers: Use 2.x or 3.x? (Kinda Long, sry)

2004-09-20 Thread Chuck Carson
--- Robert Bateman [EMAIL PROTECTED] wrote: we are using a combination of 3.0.8-stable and 3.0.14-production on our servers. The jar files are placed into the same folder you have placed yours. What connect string are you using? Bob I am basically just trying to setup a connection

Re: Mysql JDBC Drivers: Use 2.x or 3.x? (Kinda Long, sry)

2004-09-20 Thread Robert Bateman
Chuck, I think you need to move your connection pooling over to your context.xml at the web application level. Here is my pool definition from one of my apps: Resource name=jdbc/MySQL_Sequoia_Admin scope=Shareable type=javax.sql.DataSource/ ResourceParams

Re: Mysql JDBC Drivers: Use 2.x or 3.x? (Kinda Long, sry)

2004-09-20 Thread Chuck Carson
--- Robert Bateman [EMAIL PROTECTED] wrote: Chuck, I think you need to move your connection pooling over to your context.xml at the web application level. Here is my pool definition from one of my apps: Resource name=jdbc/MySQL_Sequoia_Admin scope=Shareable

Using old JDBC drivers, Tomcat 5.0.25

2004-06-30 Thread Robert Bateman
I have an old JDBC driver for a Legacy Data Base that I'm attempting to access in Tomcat 5.0.25. When I attempt to call DriverManager.getConnection() on my legacy Data Base, I get the following log (some snipped to make it easier to read...) 2004-06-30 12:22:02 StandardWrapperValve[jsp]:

Re: Using old JDBC drivers, Tomcat 5.0.25

2004-06-30 Thread Robert Bateman
Almost forgot to note, once I get the access error, I can no longer talk to Tomcat (it's looking for access to 127.0.0.1:35479) Bob On Wednesday 30 June 2004 12:32 pm, Robert Bateman wrote: I have an old JDBC driver for a Legacy Data Base that I'm attempting to access in Tomcat 5.0.25. When

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();

RE: comparison of Type 4 JDBC drivers

2004-03-19 Thread Gary Fix
Thanks Yoav for the suggestion! Can anyone point me to a comparison of Type 4 JDBC drivers supporting MS SQL Server and DB2 for the windows and IBM mainframe (Z_OS) linux platforms? thanks...gary... -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, March

Tomcat not recognizing JDB drivers - 4.1.29!-Please Help

2003-12-10 Thread GuptaD
Title: RE: Tomcat error while using a class with JSP! Hi everybody, I'm really new to Tomact and I'm facing this problem. I have put the classes in the package and Tomcat is now able to recognize that. Now It is not recognizing the Oracle drivers which I have them in C:\Jdbcdrivers

RE: Tomcat not recognizing JDB drivers - 4.1.29!-Please Help

2003-12-10 Thread Frank Renaers
In common/lib -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: woensdag 10 december 2003 11:48 To: [EMAIL PROTECTED] Subject: Tomcat not recognizing JDB drivers - 4.1.29!-Please Help Hi everybody, I'm really new to Tomact and I'm facing this problem

RE: Tomcat not recognizing JDB drivers - 4.1.29!-Please Help

2003-12-10 Thread Jacob Kjome
december 2003 11:48 To: [EMAIL PROTECTED] Subject: Tomcat not recognizing JDB drivers - 4.1.29!-Please Help Hi everybody, I'm really new to Tomact and I'm facing this problem. I have put the classes in the package and Tomcat is now able to recognize that. Now It is not recognizing the Oracle

Tomcat not recognizing JDB drivers - 4.1.29!-Please Help

2003-12-10 Thread GuptaD
Title: RE: Tomcat error while using a class with JSP! Hi everybody, I'm really new to Tomact and I'm facing this problem. I have put the classes in the package and Tomcat is now able to recognize that. Now It is not recognizing the Oracle drivers which I have them in C:\Jdbcdrivers

RE:Sorry for posting twice. Tomcat not recognizing JDB drivers - 4.1.29!-Please Help

2003-12-10 Thread GuptaD
sorry about posting it twice. It seem a long delay in getting the mails through. Thanks Regards, Divya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 10 December 2003 12:25 To: [EMAIL PROTECTED] Subject: Tomcat not recognizing JDB drivers - 4.1.29

Re: Sorry for posting twice. Tomcat not recognizing JDB drivers - 4.1.29!-Please Help

2003-12-10 Thread Ben Souther
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 10 December 2003 12:25 To: [EMAIL PROTECTED] Subject: Tomcat not recognizing JDB drivers - 4.1.29!-Please Help Hi everybody, I'm really new to Tomact and I'm facing this problem. I have put the classes in the package

mssqlserver jdbc drivers - memory leaks

2003-03-28 Thread Jackson, Stephen
This is more of an informative e-mail than a problem. I was using the mssqlserver jdbc drivers on both Solaris and Linux platforms. The web application is using lots of @@Identity and inserts into the database. There was an instance to test some stuff that I was attempting lots of inserts ( more

JDBC Drivers Exception ...

2003-02-19 Thread Manu Kits
Hi: I am using Apache 1.3.26 + JBoss + Tomcat on my Web/APP Server and Oracle 9.1 on DB Server. I installed JDBC Drivers ojdbc14.jar, classes12.jar, nls_charset111.jar on my APPLICATION Server and SET the CLASSPATH accordingly. What all need to be done as far as this is concerned? When I run

RE: JDBC Drivers Exception ...

2003-02-19 Thread Shapira, Yoav
Howdy, A few things. I installed JDBC Drivers ojdbc14.jar, classes12.jar, nls_charset111.jar on Why both ojdbc14.jar and classes12.jar? If you're connecting to an Oracle 9.1 database, you don't want classes12.jar in there. These two jars have some overlapping classnames which will cause

RE: JDBC Drivers Exception ...

2003-02-19 Thread Mike Jackson
Should be using nls_charset12.jar, if you're using classes12.jar. If you're to use the version 12 drivers, then you ought to include ocrs12.jar as well. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: JDBC Drivers Exception ...

2003-02-19 Thread Manu Kits
PROTECTED] Subject: RE: JDBC Drivers Exception ... Date: Wed, 19 Feb 2003 15:17:48 -0500 Howdy, A few things. I installed JDBC Drivers ojdbc14.jar, classes12.jar, nls_charset111.jar on Why both ojdbc14.jar and classes12.jar? If you're connecting to an Oracle 9.1 database, you don't want

Tomcat 4.1.12 - Oracle 9.2 - Linux RH7.3 - OCI drivers

2002-12-13 Thread Samuel Monsarrat
Hi, I am trying to get a tomcat app to run on a RH7.3 server. My App needs to connect to a 9.2 Oracle database that is on the same machine. I am having problems getting the OCI drivers to work with tomcat. I am using a OracleOCIConnectionPool. My Database is set up fine and if I install my

Re: using DataSource with Microsoft's JDBC drivers

2002-12-05 Thread Kevin_J_Lacobie/Corp/DukeEnergy
Excellent. This worked for me. Thanks! Several of the parameters were different than expected, and I think it was the driverName parameter that was the key. I recommend that this set-up example get added to http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html,

using DataSource with Microsoft's JDBC drivers

2002-12-04 Thread Kevin J. Lacobie
I've anyone's successfully configured Tomcat to use Microsoft's JDBC driver package (i.e., com.microsoft.jdbcx.sqlserver) as a Tomcat Resource, for creating connections via DataSource, I'd love to hear from you. I've gotten their driver to work via the DriverManager path, but via a DataSource am

Re: using DataSource with Microsoft's JDBC drivers

2002-12-04 Thread Pierre-Laurent Ribault
The environment is : Tomcat 4.0 Windows 2000 pro SQL Server 2000 JDBC drivers from the MS site Good Luck Pierre-Laurent Kevin J. Lacobie wrote: I've anyone's successfully configured Tomcat to use Microsoft's JDBC driver package (i.e., com.microsoft.jdbcx.sqlserver) as a Tomcat Resource

Please help me, problem in connecting to Oracle using think drivers in tomcat

2002-12-03 Thread Girijapathi
Dear Friends Using Tomcat, I am developing one application, during the process, I could able to connect to the oracle using JDBC-ODBC drivers, but I could not connect to the Oracle thin drivers I am Using : Windows NT Oracle 8.0.5

RE: Oracle JDBC Drivers on Tomcat

2002-09-25 Thread Miguel Angel Mulero Martinez
Zip and Jar are the same format. Simply rename .zip to .jar and use it. Tomcat ignores .zip. -Mensaje original- De: hari hari [mailto:[EMAIL PROTECTED]] Enviado el: miércoles, 25 de septiembre de 2002 0:13 Para: [EMAIL PROTECTED] Asunto: Re: Oracle JDBC Drivers on Tomcat hi

Re: Oracle JDBC Drivers on Tomcat

2002-09-25 Thread BTTL
Jar version. And driver jar must be copied in the TOMCAT_HOME/common/lib so that it can be shared between your web applications and tomcat internal classes. Raj

RE: Oracle JDBC Drivers on Tomcat

2002-09-25 Thread Miguel Angel Mulero Martinez
You need to rename the zip file to jar file. Servlets specification (so tomcat too) only accept .jar. Regards -Mensaje original- De: Tam, Michael [mailto:[EMAIL PROTECTED]] Enviado el: miércoles, 25 de septiembre de 2002 1:10 Para: 'Tomcat Users List' Asunto: RE: Oracle JDBC Drivers

Oracle JDBC Drivers on Tomcat

2002-09-24 Thread hari hari
hi every1, i using java servlets to connect to my Oracle db. I get the jdbc-drivers and installed into app server and included in my classpath. these drivers are in zip format - do I need to extract them or will they do fine just with zip? --HARI

RE: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread Tam, Michael
It works fine for me as in .zip extension. Cheers, Michael -Original Message- From: hari hari [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: Oracle JDBC Drivers on Tomcat hi every1, i using java servlets to connect to my Oracle db

Re: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread achana
:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: Oracle JDBC Drivers on Tomcat hi every1, i using java servlets to connect to my Oracle db. I get the jdbc-drivers and installed into app server and included in my classpath. these drivers are in zip

Re: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread hari hari
hi there, thanks for replying. Do we need ZIP version or JAR version of JDBC Drivers on Tomcat...? thks. --HARI From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Oracle JDBC Drivers on Tomcat Date: Tue, 24 Sep 2002 16

RE: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread Tam, Michael
Oracle JDBC driver comes as ZIP and so you leave it as it is. Cheers, Michael -Original Message- From: hari hari [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 3:13 PM To: [EMAIL PROTECTED] Subject: Re: Oracle JDBC Drivers on Tomcat hi there, thanks for replying. Do we

Re: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread Jacob Kjome
jar files are the .zip format. So, grab the .zip file and rename it to .jar, then put it in common/lib and you are good to go. Jake At 10:13 PM 9/24/2002 +, you wrote: hi there, thanks for replying. Do we need ZIP version or JAR version of JDBC Drivers on Tomcat...? thks. --HARI

Classloaders, JDBC drivers (etc.), and reloading webapps with the /manager

2002-09-23 Thread Chris Brown
Hello, If I include a JAR file for a JDBC driver within my webapp's /WEB-INF/lib path, calling Class.forName(some.driver) registers the driver with the java.sql DriverManager. No problem... until I reload the context using the /manager webapp. Is the class definition (and in particular, the

RE: Classloaders, JDBC drivers (etc.), and reloading webapps with the /manager

2002-09-23 Thread Cox, Charlie
a reload will not affect it. Charlie -Original Message- From: Chris Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 3:57 AM To: tomcat-user Subject: Classloaders, JDBC drivers (etc.), and reloading webapps with the /manager Hello, If I include a JAR file

JDBC Drivers

2002-07-11 Thread Stuart Stephen
Hi guys and gals, Could someone give me advice on the best (and free if possible) sql server drivers to use in my tomcat servlets? The sql server I have available is a MySql server or a MS SQL Server should I need it. Thanks, SS -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: JDBC Drivers

2002-07-11 Thread Turner, John
- From: Stuart Stephen [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:52 AM To: [EMAIL PROTECTED] Subject: JDBC Drivers Hi guys and gals, Could someone give me advice on the best (and free if possible) sql server drivers to use in my tomcat servlets? The sql server I have available

RE: JDBC Drivers

2002-07-11 Thread Durham David Cntr 805CSS/SCBE
http://mmmysql.sourceforge.net/ -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 10:52 AM To: [EMAIL PROTECTED] Subject: JDBC Drivers Hi guys and gals, Could someone give me advice on the best (and free if possible) sql server drivers

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 (4.0.1

Re: SOLVED: jdk 1.4 and Oracle drivers

2002-06-11 Thread Jacob Kjome
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) because it can't find the Oracle JG jdbc driver class. When I first started using Oracle with Tomcat, I

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. I've

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

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 tomcat_home/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

RE: Oracle JDBC Drivers not fully working

2002-06-05 Thread Arnaud Heritier
It is still true. Did you find another drivers to replace them??? Thanx Arno. -Message d'origine- De: Power-Netz (Schwarz) [SMTP:[EMAIL PROTECTED]] Date: mardi 4 juin 2002 10:29 A: tomcat liste Objet: Oracle JDBC Drivers not fully working Hi, last time i tried oracle, i

AW: Oracle JDBC Drivers not fully working

2002-06-05 Thread Power-Netz \(Schwarz\)
It is still true. Did you find another drivers to replace them??? No. I had to work around it. But I didn't searched the whole internet for it ;) M.Schwarz -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

oracle drivers

2002-06-04 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

RE: oracle drivers

2002-06-04 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-04 Thread puneet sachar
thanx mr. Lee do for these drivers ,, we need any jdk api i mean additional api's needed for type -3 ,-4 drivers thanx a lot Puneet --- Lee Chin Khiong [EMAIL PROTECTED] wrote: put it into tomcat_directory/common/lib All driver comes with oracle or you cane download it from oracle web

Oracle JDBC Drivers not fully working

2002-06-04 Thread Power-Netz \(Schwarz\)
Hi, last time i tried oracle, i found that serveral extremly nice functions about traversing a resultset, are not implemented in the oracle drivers. They just throw SQL-exceptions. Be prepared for it :-) POWER-NETZ® Full-Service-Provider Online-Support: Support: 0190 - 15 11

Re: oracle drivers

2002-06-04 Thread Tia Haenni
Drivers are with your Oracle distribution, just search for classes111.zip or classes12.zip. Also, they are available here: http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html You will have to sign up for the Oracle Technology Network if you are not already a member. puneet sachar

RE: Problem loading MySQL drivers.

2002-05-07 Thread Deep Singh Bhau
has the problem being solved??? -Original Message- From: Diego, Emil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 1:18 AM To: 'Tomcat Users List' Subject: RE: Problem loading MySQL drivers. Where did you set the classpath ? -Original Message- From: Panos

JDBC Drivers

2002-04-16 Thread Richard Johnstone
I don't know if I should post this here or not but here goes I am trying to connect to an oracle DB using a thin connection. I have downloaded the classes12.zip file and put it in $TOMCAT_HOME/common/lib but I am getting a java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver Do I

RE: JDBC Drivers

2002-04-16 Thread Reynir Hübner
rename the zip to .jar -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. apríl 2002 09:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers I don't know if I should post this here or not but here goes I am trying to connect to an oracle DB using a thin

RE: JDBC Drivers

2002-04-16 Thread Teemu Keiski
I suppose you have to change the name of 'classes12.zip' file to 'classes12.jar'. Teemu Keiski -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. huhtikuuta 2002 12:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers I don't know if I should post this here

RE: JDBC Drivers

2002-04-16 Thread Stuart Stephen
To: Tomcat Users List Subject: RE: JDBC Drivers I suppose you have to change the name of 'classes12.zip' file to 'classes12.jar'. Teemu Keiski -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. huhtikuuta 2002 12:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers

RE: JDBC Drivers

2002-04-16 Thread Richard Johnstone
Thats fixed it. Cheers Matey [EMAIL PROTECTED] 04/16/02 10:27am rename the zip to .jar -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. apríl 2002 09:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers I don't know if I should post this here

Problem loading MySQL drivers.

2002-04-16 Thread Panos Konstantinidis
Hello there, I am running Tomcat 3.3.1 and JDK1.4 under Mandrake Linux 8.1 and I have a problem finding the MySQL drivers. I have looked on the Tomcat archives and could not find any similar questions, so I thought I am going ot try the mailing list. I have created my own web app space and I

RE: Problem loading MySQL drivers.

2002-04-16 Thread Diego, Emil
Where did you set the classpath ? -Original Message- From: Panos Konstantinidis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 3:44 PM To: [EMAIL PROTECTED] Subject: Problem loading MySQL drivers. Hello there, I am running Tomcat 3.3.1 and JDK1.4 under Mandrake Linux 8.1

RE: Problem loading MySQL drivers.

2002-04-16 Thread Panos Konstantinidis
, 2002 3:44 PM To: [EMAIL PROTECTED] Subject: Problem loading MySQL drivers. Hello there, I am running Tomcat 3.3.1 and JDK1.4 under Mandrake Linux 8.1 and I have a problem finding the MySQL drivers. I have looked on the Tomcat archives and could not find any similar questions, so I

Re: Problem loading MySQL drivers.

2002-04-16 Thread Bruce Carson
You must edit the conf\jk\wrapper.properties file and modify the wrapper.classs_path setting ! - Original Message - From: Panos Konstantinidis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 3:44 PM Subject: Problem loading MySQL drivers. Hello there, I am

RE: Problem loading MySQL drivers.

2002-04-16 Thread Diego, Emil
Konstantinidis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 3:50 PM To: Tomcat Users List Subject: RE: Problem loading MySQL drivers. Emil thnak you for your quick reply. My classpath is set to point to the mm.mysql-2.4.0-bin.jar file itself. I can see it because when I am doing

Re: Problem loading MySQL drivers.

2002-04-16 Thread Panos Konstantinidis
Thank you everybody for your reply. The following did the trick. Thank you :-) --- Bruce Carson [EMAIL PROTECTED] wrote: You must edit the conf\jk\wrapper.properties file and modify the wrapper.classs_path setting ! __ Do You Yahoo!? Yahoo!

Configuring Merant SequeLink Drivers with Tomcat

2002-04-02 Thread Sayre Robert
Hello, I'm trying to configure Tomcat to use pooled connections with Tomcat 4.0.3. and Merant's SequeLink 5 JDBC drivers. I was able to use the JDBC 1.0 methods with no problem, but I'd like to get DataSources, JNDI registration, etc. working. I'd like to know if the resource type parameter

TomCat 4.0.2 + JDBC MSSQL2000 drivers + BASE auth = exception ?

2002-02-21 Thread Roman Pokrovskij
Hello ALL Configuration: Win2000, JDK 1.3.1_02, MS SQL Server 2000 Tomcat configured to use BASE authorization... All works properly with TC 4.0 (which comes with Borland IDE). TC 4.0.2 asks (three times) for password, but after that write into the log file this: -

JDBC drivers

2002-01-24 Thread John Wadkin
All, The JDBC drivers provided by Oracle are zipped but as I understand it, only jar files are recognised. Is this correct? If so, I guess I'll have to unzip and then jar? I'm using TC 4 on Solaris 8. Thanks, John Quote for the week: The men with the muck-rakes are often indispensable

RE: JDBC drivers

2002-01-24 Thread Randy Layman
, 2002 8:35 AM To: Tomcat Users List (E-mail) Subject: JDBC drivers All, The JDBC drivers provided by Oracle are zipped but as I understand it, only jar files are recognised. Is this correct? If so, I guess I'll have to unzip and then jar? I'm using TC 4 on Solaris 8. Thanks

RE: JDBC drivers

2002-01-24 Thread Martin van den Bemt
just rename the file, you don't have unzip and rejar it (a jar is a zip file..) Mvgr Martin -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 14:35 To: Tomcat Users List (E-mail) Subject: JDBC drivers All, The JDBC drivers

Where to place JDBC drivers? How?

2001-11-28 Thread Mike Kelley
I found some JDBC drivers for accesing an IBM AS400 But I can't get them to work within the browser environment. I placed an entry in my system variables Name: CLASSPATH Value: loacation of JDBC.jar file;location of JDBC license.jar (in windows is CLASSPATH = Path???) The Drivers came

RE: Where to place JDBC drivers? How?

2001-11-28 Thread Barney Hamish
Message- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 6:53 PM To: [EMAIL PROTECTED] Subject: Where to place JDBC drivers? How? I found some JDBC drivers for accesing an IBM AS400 But I can't get them to work within the browser environment. I placed an entry in my

RE: Where to place JDBC drivers? How?

2001-11-28 Thread Mike Kelley
the worker, wrapper etc ... -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 11:07 AM To: 'Tomcat Users List' Subject: RE: Where to place JDBC drivers? How? You need to make sure you put a reference to the driver location in your

RE: Where to place JDBC drivers? How?

2001-11-28 Thread Jason Koeninger
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 11:07 AM To: 'Tomcat Users List' Subject: RE: Where to place JDBC drivers? How? You need to make sure you put a reference to the driver location in your class_path variable. Where you need to do this depends on how you're running tomcat

RE: Where to place JDBC drivers? How?

2001-11-28 Thread Barney Hamish
, 2001 7:09 PM To: 'Tomcat Users List' Subject: RE: Where to place JDBC drivers? How? I have a reference in the environment variables (should the name be CLASSPATH? Or is it an addition to the Path variable??) I'm also finding a few references to putting the jar JDBC files in the WEB-INF folder

RE: Where to place JDBC drivers? How?

2001-11-28 Thread Mike Kelley
Yeah, I'm not afraid of editing the files, as you said that easy enough, yours was the first to suggest editing those files though ... The drivers came with some JSP HTML pages that are supposed to scces the as400 db, with all of these files though there was no WEB-INF file Would simply

RE: Where to place JDBC drivers? How? SOLUTION FOUND!

2001-11-28 Thread Mike Kelley
, November 28, 2001 11:29 AM To: 'Tomcat Users List' Subject: RE: Where to place JDBC drivers? How? Yeah, I'm not afraid of editing the files, as you said that easy enough, yours was the first to suggest editing those files though ... The drivers came with some JSP HTML pages that are supposed

Re: Where to place JDBC drivers? How? SOLUTION FOUND!

2001-11-28 Thread Denis Balazuc
a startup servlet to load the driver in DriverManager and/or have it available through some lookup system such as a JNDI service. I think this is cleaner than having it in Tomcat/common/lib UNLESS you want those drivers to be available for all web-apps you create. - Original Message - From

RE: Where to place JDBC drivers? How? SOLUTION FOUND!

2001-11-28 Thread Marx, Mitchell E (Mitch), ALSVC
Development -Original Message- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 2:03 PM To: 'Tomcat Users List' Subject: RE: Where to place JDBC drivers? How? SOLUTION FOUND! (for my tower of cards at least) I'm new to all this and this is probably

RE: Where to place JDBC drivers? How? SOLUTION FOUND!

2001-11-28 Thread DONNIE HALE
Message- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 2:03 PM To: 'Tomcat Users List' Subject: RE: Where to place JDBC drivers? How? SOLUTION FOUND! (for my tower of cards at least) I'm new to all this and this is probably not the best solution BUT Placing my

Re: Where to place JDBC drivers? How? SOLUTION FOUND!

2001-11-28 Thread James Ching
), ALSVC [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 02:26 PM Subject: RE: Where to place JDBC drivers? How? SOLUTION FOUND! But what about those of us who use the Oracle JDBC driver as part of the Oracle client install in /oracle/product

AW: Doubts on drivers

2001-11-16 Thread Ralph Einfeldt
If you search for type 4 drivers that support your database you will find drivers that are available for all plattforms (As type 4 means that they are pure java) -Ursprüngliche Nachricht- Von: Law Kim Soon [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 16. November 2001 08:58

AW: Doubts on drivers

2001-11-16 Thread Ralph Einfeldt
Additional note: Read http://java.sun.com/products/jdbc/driverdesc.html to unstand the different types of drivers and their relation to ODBC. -Ursprüngliche Nachricht- Von: Law Kim Soon [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 16. November 2001 08:58 An: [EMAIL PROTECTED

Drivers

2001-11-15 Thread Law Kim Soon
Hi, How can i conect tomcat 3.2.1 to a SQL Server 7. Sorry for this newbie question,but i need so guide Thanks all Regards, Andy

RE: Drivers

2001-11-15 Thread Barney Hamish
They have a database of JDBC drivers on the Java website http://industry.java.sun.com/products/jdbc/drivers You can search there for a JDBC driver that matches your requirements -Original Message- From: Law Kim Soon [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 1:30 PM

RE: Drivers

2001-11-15 Thread Randy Layman
I would suggest you look at the list of JDBC drivers on Sun's website - they list all the drivers from vendors who have registered with them. Randy -Original Message- From: Law Kim Soon [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 7:30 AM To: [EMAIL

  1   2   >