RE: Tomcat 4.1.30 not restoring JDBC connections

2004-11-23 Thread Shapira, Yoav
with the network going down periodically is a recipe for other disasters anyways. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Alex Korneyev [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 12:11 PM To: Tomcat Users List Subject: Tomcat 4.1.30 not restoring JDBC

Tomcat 4.1.30 not restoring JDBC connections

2004-11-22 Thread Alex Korneyev
Hello All, has anyone ever experienced the following: we are using Tomcat's 4.1.30 connection pool. For some reason, when network connection goes down, even for 1 sec, connection pool is not smart enough to either get rid of a connection and try get another one, or reconnect; any ideas?

Re: Tomcat 4.1.30 not restoring JDBC connections

2004-11-22 Thread Sharad Ramadas
Whenever I encounter this problem I re-start the tomcat. On Mon, 22 Nov 2004 11:11:14 -0600, Alex Korneyev [EMAIL PROTECTED] wrote: Hello All, has anyone ever experienced the following: we are using Tomcat's 4.1.30 connection pool. For some reason, when network connection goes down,

JDBC connections

2004-08-27 Thread Nelson, Jerry W, Contractor 146CF, SCB
What do I need to download to establish/create a JDBC connection? //SIGNED// Jerry Nelson

Re: JDBC connections

2004-08-27 Thread John Villar
You need a JDBC driver for your selected DBMS Nelson, Jerry W, Contractor 146CF, SCB escribió: What do I need to download to establish/create a JDBC connection? //SIGNED// Jerry Nelson -- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com

RE: JDBC connections

2004-08-27 Thread Nelson, Jerry W, Contractor 146CF, SCB
That would Microsoft Access and Microsoft SQL. //SIGNED// Jerry Nelson PS, I can't receive attachments unless you rename them. -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 1:39 PM To: Tomcat Users List Subject: Re: JDBC connections You

RE: JDBC connections

2004-08-27 Thread Robert Harper
Users List' Subject: RE: JDBC connections That would Microsoft Access and Microsoft SQL. //SIGNED// Jerry Nelson PS, I can't receive attachments unless you rename them. -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 1:39 PM

Re: JDBC connections

2004-08-27 Thread John Villar
: That would Microsoft Access and Microsoft SQL. //SIGNED// Jerry Nelson PS, I can't receive attachments unless you rename them. -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 1:39 PM To: Tomcat Users List Subject: Re: JDBC connections You need

Re: (JDBC Connections (was: Content Type)

2003-11-03 Thread Christopher Schultz
simple application, no connection pooling is used. Someone raised a question on whether Tomcat can handle hundreds of calls to the servlets and hundreds of connections to the Oracle database. Again, Tomcat doesn't care. The VM may care, though. Especially with Oracle, JDBC connections take a long

[OT] jdbc connections open?

2003-05-30 Thread Timothy Stone
I'm debugging an web app that seems to hang after three to four logins are initiated. One possible item to look at is the number of open connections to the MySQL database. The app was built around a number of Jakarta technologies about 8 months ago. What's the quickest way to check the number

RE: Pooled JDBC Connections

2002-07-06 Thread Steve Ahlstrom
:[EMAIL PROTECTED]] Sent: Saturday, July 06, 2002 12:05 AM To: 'Tomcat Users List' Subject: RE: Pooled JDBC Connections I have searched them, although I do find some stuff its very contradicting and unclear. Some of the messages mention needing 3rd party software while others talk about built

Pooled JDBC Connections

2002-07-05 Thread Frank Apap
Does Tomcat version 3.3 or version 4.0 have support (built-in) for database pooling? If so does anyone have any doc's on how to set this up? Thanks in advance. Frank

RE: Pooled JDBC Connections

2002-07-05 Thread William Gustave
Search the archives.. -Original Message- From: Frank Apap [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 4:54 PM To: [EMAIL PROTECTED] Subject: Pooled JDBC Connections Does Tomcat version 3.3 or version 4.0 have support (built-in) for database pooling? If so does

RE: Pooled JDBC Connections

2002-07-05 Thread Frank Apap
appreciated. Frank -Original Message- From: William Gustave [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 7:51 PM To: Tomcat Users List Subject: RE: Pooled JDBC Connections Search the archives.. -Original Message- From: Frank Apap [mailto:[EMAIL PROTECTED]] Sent: Friday

Re: Setting up jdbc connections

2002-03-05 Thread Lev Assinovsky
Here is how I install mysql JDBC. 1. In server.xml (no need realm): Resource name=lev/DataSource auth=Container type=javax.sql.DataSource/ ResourceParams name=lev/DataSource parameternameuser/namevalue.../value/parameter !-- your login --

Setting up jdbc connections

2002-03-04 Thread Andrew Falanga
Hello everyone, Setting up Tomcat is NO easy project. I've been struggling for about a week and a half to get tomcat to read a special servlet/application/I really don't know what to call it. (Unfortunately, that's my biggest problem, I'm very unfamiliar with things I'm playing around

Re: Setting up jdbc connections

2002-03-04 Thread Emir Alikadic
On 03/04/2002 04:18 PM, Andrew Falanga wrote: Hello everyone, Hi, Setting up Tomcat is NO easy project. I've been struggling for about a week and a half to get tomcat to read a special servlet/application/I really don't know what to call it. (Unfortunately, that's my biggest

Re: Setting up jdbc connections

2002-03-04 Thread Joel Rees
Andrew Falanga wrote: However, for example, I downloaded and installed tomcat 3.3a via rpm for Red Hat Linux, ... Such as, %TOMCAT_HOME/bin and many others. This looks kinda weird to me. Can you provide more specifics to our helpful friends on the list? OS? Hardware? Did you ever get the

JDBC Connections

2001-05-28 Thread Mathew Clark
Hi, We have implemented a simple JDBC connection pool for our servlet - do you think it is better to grab a connection once when a request is received and use that connection throughout the processing or should the connection be used only when necessary and released as soon as possible??

Re: JDBC Connections

2001-05-28 Thread sibendud
Hi, I feel its better to be used only when necessary and released as soon as possible. Best regards Sib Mathew Clark [EMAIL PROTECTED] on 05/28/2001 10:07:34 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: JDBC Connections Hi, We have implemented a simple

RE: JDBC Connections

2001-05-28 Thread Paulo J S Pereira
-Original Message- From: Mathew Clark [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 11:38 AM To: [EMAIL PROTECTED] Subject: JDBC Connections Hi, We have implemented a simple JDBC connection pool for our servlet - do you think it is better to grab a connection once when a request

Re: JDBC Connections

2001-05-28 Thread Gary Lawrence Murphy
s == sibendud [EMAIL PROTECTED] writes: s Hi, I feel its better to be used only when necessary and s released as soon as possible. Best regards Sib I would qualify this advice by adding only when using DB connection pools. The overhead in making and breaking DB connections is

JDBC Connections

2001-03-16 Thread Raffaele Carlà
Can anyone help me? I have: - SCO UnixWare 7.1.1 - Informix Online 9.20 and JDBC 2.0 - JDK 1.2.2 - Tomcat 3.2.1 When a make a JDBC connection to the DBMS with a JavaBean (scope=session) and i close the browser, the connection remain up and it will go down only after several hours. How can i do to

RE: JDBC Connections

2001-03-16 Thread Christopher Kirk
: Raffaele Carl [mailto:[EMAIL PROTECTED]] Sent: 16 March 2001 13:15 To: [EMAIL PROTECTED] Subject: JDBC Connections Can anyone help me? I have: - SCO UnixWare 7.1.1 - Informix Online 9.20 and JDBC 2.0 - JDK 1.2.2 - Tomcat 3.2.1 When a make a JDBC connection to the DBMS with a JavaBean (scope