RE: [tomcat] jdbc and tomcat

2004-07-30 Thread Ernesto Echeverría
Problem #1: Send us the URL so we can see the syntax... (e.g. a proper mssql url looks like: String loginUrl = jdbc:microsoft:sqlserver://localhost:1433;databasename=Northwind;user=sa;pa ssword=xyz; Problem #2: There has to be a context-param setting somewhere causing the problem, look for

RE: Tomcat JDBC problem

2003-06-06 Thread Pitre, Russell
are you using com.mysql.jdbc.Driver? -Original Message- From: Jason Lanpher [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 11:08 AM To: 'Tomcat Users List' Subject: Tomcat JDBC problem Hi all, I am having a problem making the MySQL JDBC driver version 3 work with

RE: Tomcat JDBC problem

2003-06-06 Thread Jason Lanpher
10 types of people in this world. Those who understand Binary and those who don't. -Original Message- From: Pitre, Russell [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 10:25 AM To: Tomcat Users List Subject: RE: Tomcat JDBC problem are you using com.mysql.jdbc.Driver

RE: Tomcat JDBC problem

2003-06-06 Thread Pitre, Russell
Message- From: Jason Lanpher [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 11:38 AM To: 'Tomcat Users List' Subject: RE: Tomcat JDBC problem Yes I am using com.mysql.jdbc.Driver Here is the rest of the version numbers of the system. RedHat 7.2 system MySQL

Re: Tomcat / JDBC / MS SQL / Connection lost and won't reconnect

2003-06-03 Thread Patricio Keilty
Hi Paul, in order to make Tomcat connection pool detect your stale connections, you should set validationQuery parameter on your Datasource definition to something like SELECT 1. This query is used to validate a connection state when retrieving it from the pool, in case it fails the connection is

Re: Tomcat - JDBC - MS SQL Driver Recommendations?

2003-05-29 Thread Andrew Hughes - LISAsoft
I was using the microsoft driver and had something that might be what your talking about. Basically, I was attempting to re-use the preparedStatement's I had created. This is what they are for (ie reset parameters and re-use). Due to recursion in my program it would eventually build up enough

Re: Tomcat - JDBC - MS SQL Driver Recommendations? (was: Tomcat / JDBC / MSSQL / Connection lost and won't reconnect)

2003-05-27 Thread pete . storey
We use iNet software's Sprinta 2000 driver and find it excellent. It is high performance and provides considerably more features than the MS driver. It is not very high cost (a few hundred dollars for a site license IIRC) and is both fully type 4 compliant and small. Their whole range of

Re: Tomcat - JDBC - MS SQL Driver Recommendations? (was: Tomcat / JDBC / MS SQL / Connection lost and won't reconnect)

2003-05-27 Thread Jason Bainbridge
On Tue, 27 May 2003 23:13, Paul \(BRI\) wrote: had posted this question about reconnection problems with MS's JDBC driver. While it turned out that no one had the same issue on this, I wondered what drivers are best for Tomcat - SQL Server. Are there other suitable free drivers? We've

Re: Tomcat - JDBC - MS SQL Driver Recommendations? (was: Tomcat / JDBC / MS SQL / Connection lost and won't reconnect)

2003-05-27 Thread John Turner
Hah! Cool...I knew that was out there, I just could never remember the name of the darn thing. Thanks for the refresher! John On Wed, 28 May 2003 01:14:05 +0800, Jason Bainbridge [EMAIL PROTECTED] wrote: On Tue, 27 May 2003 23:13, Paul \(BRI\) wrote: had posted this question about

RE: tomcat+jdbc

2002-07-17 Thread Turner, John
Looks like something in your own code: Quote: root cause java.lang.NullPointerException at IEEMBeans.DBABean.createStatement(DBABean.java:71) IEEMBeans.DBABean is yours, no? John Turner [EMAIL PROTECTED] -Original Message- From: Mario Henley Becerril Geldis

RE: tomcat+jdbc

2002-07-17 Thread Mario Henley Becerril Geldis
Quote: root cause java.lang.NullPointerException at IEEMBeans.DBABean.createStatement(DBABean.java:71) IEEMBeans.DBABean is yours, no? yes, ...and this exist under ../example/WEB-INF/classes/IEEMBeans/ , the named is DBABean.. why..??? -- To unsubscribe, e-mail:

RE: tomcat+jdbc

2002-07-17 Thread Turner, John
Becerril Geldis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 11:13 AM To: Tomcat Users List Subject: RE: tomcat+jdbc Quote: root cause java.lang.NullPointerException at IEEMBeans.DBABean.createStatement(DBABean.java:71) IEEMBeans.DBABean is yours, no? yes

RE: tomcat+jdbc

2002-07-16 Thread Durham David Cntr 805CSS/SCBE
This is not a JDBC or Tomcat problem. Your jsp is not compiling, probably because IEEMBeans.DBABean is not the classpath for your app. Is this class in web-inf/lib or web-inf/classes? -Original Message- From: Mario Henley Becerril Geldis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July

Re: tomcat+jdbc

2002-07-16 Thread Irina Lishchenko
On Tuesday 16 July 2002 17:50, you wrote: Hi... I have tomcat with apache 1.3.26 and mod_jk, i run fine jsp examples, but when i try run jsp with jdbc connection to oracle database tomcat send a error... An error occurred at line: 48 in the jsp file: /jsps/tdfdf94_ags.jsp Generated