Re: Tomcat Connection Pooling

2002-10-22 Thread Kwok Peng Tuck
[mailto:liorshliech;yahoo.com] Sent: Dienstag, 22. Oktober 2002 16:55 To: Tomcat Subject: Tomcat Connection Pooling Can someone please send me a link for reading information about Tomcat connection pooling? Thanks, lior - Do you Yahoo!? Y! Web Hosting - Let

RE: Tomcat Connection Pooling

2002-10-22 Thread garrett smith
:55 To: Tomcat Subject: Tomcat Connection Pooling Can someone please send me a link for reading information about Tomcat connection pooling? Thanks, lior - Do you Yahoo!? Y! Web Hosting - Let the expert host your web site -- To unsubscribe

Re: Connection Pooling

2002-10-21 Thread Mehdi . Nejad
] cc: 21/10/2002 11:22 Subject: Connection Pooling Please respond

Connection Pooling

2002-10-21 Thread Mehdi . Nejad
All, I have implemented a connection pool (oracle 9i database) on websphere and want to move it to Tomcat.. well, i kind of have, but want to run my observations past the group first. I ran a test, whereby a class with a main method created several threads, each making URL requests of the

Re: Tomcat Connection Pooling

2002-10-18 Thread achana
Hi. I am a bit puzzled. I have been writing JAVA codes to set sup a pool of physical Oracle connections which can be recycled, so conceivably, 20+ users can share 10 connections. Now I keep reading messages that one can set up pooling in Tomcat. How efficient is this in terms of recycling physical

Tomcat Connection Pooling

2002-10-18 Thread Mark Lenz
I'm trying to set up DB Connection Pooling with Tomcat 4.1.12 and MySQL 4.0.4. Looking at the sample xml configs I noticed that you have to specify the database, username and password. Is there a way that I can change the username and database from within my JSP's? Or do I just have to create

Re: Tomcat Connection Pooling

2002-10-18 Thread Leo Przybylski
use multiple users for the database, then this may seem impractical. You do need a different Resource definition for each database though. -Leo http://www.foopan.ath.cx On Thu, 2002-10-17 at 14:19, Mark Lenz wrote: I'm trying to set up DB Connection Pooling with Tomcat 4.1.12 and MySQL 4.0.4

Re: Tomcat Connection Pooling

2002-10-18 Thread Mark Lenz
] cc: 10/17/2002 05:31 PM Subject:Re: Tomcat Please respond to Tomcat Connection Pooling Users List

Re: Tomcat Connection Pooling

2002-10-18 Thread echambe1
Mark: I came across the same problem, of sort. If you are using connection pooling, you cannot change the user and database you are connected to at run time. This just defeats the purpose of database connection pooling. You want to setup a predifined number of open connections to your database

Connection Pooling

2002-10-14 Thread Mehdi . Nejad
Greets all, Im using oracle 9i, and Tomcat 4.0.4, and i want to get the connection pooling working. I have followed the example set out here (the part under oracle 8i heading): http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html#Oracle%208i%20with%20OCI%20client

SQL Server 2000, Tomcat and Connection pooling

2002-10-14 Thread Amitabh Dubey
SERVER. The only information that I do have is that Tomcat 4.1.2 supports connection pooling through Tyrex only. Please could someone point me to some instructions that tell me how I can configure Tomcat to use SQL server connection pool. Also, I would like to use the deploytool as I am not very

Re: SQL Server 2000, Tomcat and Connection pooling

2002-10-14 Thread sonam singh
AMITABH U CAN ALSO CREATE U'R OWN CONNECTION POOLING I CREATED MY OWN CONNECTION POOLING TO REMIVE THE DEPENDECY FROM THE CONTAINER POINT OF VIEW. IN FUTURE IF U WANT TO CHANE THE CONTIANSER IT MAY CREATE THE SOME PROBLEM . SO IT BETTER TO CREATE U'R OWN CONNECTION POOL IF U NEED ANY FURTHER HELP

Connection Pooling - with multiple pools shared by all servlets/jsp's

2002-09-29 Thread Nicholas Orr
Hi, I hope the tite is descriptive enough. I was wondering what people are using for Connection Pooling /w multiple pools shared by all servlets/jsp's, within one webapp (context), not tomcat (host). Is there a project or something (poolman, dbConnectionBrpker, etc) that anyone knows

Connection Pooling -- Please Help a newbie

2002-09-25 Thread O'Dell, Stacy
I have the following setup: TC 4.0.4 Sybase JConnect 5.5 What EXACTLY do I need to do to get connection pooling working? What configuration, code, parameters, etc. I'm kinda lost here. Thanks, Stacy I believe everybody in the world should have guns. Citizens should have bazookas

Tomcat Connection pooling

2002-09-23 Thread Amitabh Dubey
to successfully create and use connections using a DataSource. However, I want to use connection pooling and have no idea of how I can do so. If there is anyone who has been successful in creating a DataSource using a Connection pool with SQL Server, please could you either send me a snippet of your server.xml

RE: Tomcat Connection pooling

2002-09-23 Thread Turner, John
Check your message list threads. I already replied to this post this morning! Perhaps others have as well. John -Original Message- From: Amitabh Dubey [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:33 AM To: Tomcat Subject: Tomcat Connection pooling Hello

RE: Tomcat Connection pooling

2002-09-23 Thread Amitabh Dubey
, September 23, 2002 9:37 AM To: 'Tomcat Users List' Subject: RE: Tomcat Connection pooling Check your message list threads. I already replied to this post this morning! Perhaps others have as well. John -Original Message- From: Amitabh Dubey [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: Tomcat Connection pooling

2002-09-23 Thread Turner, John
, September 23, 2002 10:39 AM To: Tomcat Users List Subject: RE: Tomcat Connection pooling John, you are the only one who replied, and hence i took your advice and changed my subject and am reposting it. hopefully someone with an actual example of pooling with sql server can help me. Amitabh

RE: Tomcat Connection pooling

2002-09-23 Thread Amitabh Dubey
-Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 9:43 AM To: 'Tomcat Users List' Subject: RE: Tomcat Connection pooling I guess some advice is better than none. Have you checked out the Jakarta Commons DBCP pooling solution like I

RE: Tomcat Connection pooling

2002-09-23 Thread Barney Hamish
' Subject: RE: Tomcat Connection pooling I guess some advice is better than none. Have you checked out the Jakarta Commons DBCP pooling solution like I recommended? Here's a link to how it was done with MySQL: http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 Have you checked

RE: Tomcat Connection pooling

2002-09-23 Thread Amitabh Dubey
If DBCP is a problem, then do you have a working example of how i can use it with PoolMan? Amitabh -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 9:50 AM To: 'Tomcat Users List' Subject: RE: Tomcat Connection pooling Be careful

RE: Tomcat Connection pooling

2002-09-23 Thread Turner, John
I suggest the list archives. Connection pooling with Oracle has been covered quite a bit in the last 3-4 months. John -Original Message- From: Amitabh Dubey [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:47 AM To: Tomcat Users List Subject: RE: Tomcat Connection

RE: Tomcat Connection pooling

2002-09-23 Thread Barney Hamish
pooling If DBCP is a problem, then do you have a working example of how i can use it with PoolMan? Amitabh -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 9:50 AM To: 'Tomcat Users List' Subject: RE: Tomcat Connection pooling

Best recommendation for DataSource / Connection Pooling

2002-09-06 Thread Curwen, Michael
. (the windows installer exe in case there's a difference). Adding to my woes, is that I've never done JNDI DataSource or Connection Pooling with Tomcat before. What I'm *actually* trying to do is deploy the JIRA package (http://www.atlassian.com/software/jira), in case anyone has experience

Servlet And Connection pooling and How To

2002-08-29 Thread Ashish Kulkarni
Hi, I am using Connection pooling and storing the pool in servlet context and I have question about getting the connection from servlet context in a all servlets, I want to code a single class where the input paramter will be servlet context and session and this class will return me

RE: connection pooling on tomcat

2002-08-28 Thread Mike Jackson
27, 2002 5:24 PM To: Tomcat Users List Subject: Re: connection pooling on tomcat What connection pool are you using, DBCP? Rick Reumann wrote: I have connection pooling set up on Tomcat. In my server.xml file I have added to the ResourceParams: parameter namevalidationQuery

Setting up connection pooling via JNDI

2002-08-28 Thread neal
I did a search on the Apache site and finally found reference to commons ... a subproject that has a bunch of the code referred to in the how-to for JDNI setup, including collections, DBCP, and pool. Do I really have to setup all this junk? For crying out loud ... why is this not bundled (or is

RE: Setting up connection pooling via JNDI

2002-08-28 Thread Jacob Hookom
It is, check out the common lib in your tomcat install you will see the libraries in there. | -Original Message- | From: neal [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, August 28, 2002 11:00 PM | To: Tomcat Users List | Subject: Setting up connection pooling via JNDI | | I did

RE: Setting up connection pooling via JNDI

2002-08-28 Thread neal
To: 'Tomcat Users List' Subject: RE: Setting up connection pooling via JNDI It is, check out the common lib in your tomcat install you will see the libraries in there. | -Original Message- | From: neal [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, August 28, 2002 11:00 PM

RE: Setting up connection pooling via JNDI

2002-08-28 Thread micael
, I guess I have to download DBCP, collections, and pool and place them into my common/lib dir (???). Neal -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 9:19 PM To: 'Tomcat Users List' Subject: RE: Setting up connection pooling via JNDI

RE: Setting up connection pooling via JNDI

2002-08-28 Thread neal
PROTECTED]] Sent: Wednesday, August 28, 2002 10:16 PM To: Tomcat Users List Subject: RE: Setting up connection pooling via JNDI How can you know about the directory and not have looked in there? Weren't you remotely curious before putting out all these emails? I usually have patience

RE: Setting up connection pooling via JNDI

2002-08-28 Thread Andrew Conrad
would be better off working with DBCP, IMO. - Andrew -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 1:16 AM To: Tomcat Users List Subject: RE: Setting up connection pooling via JNDI How can you know about the directory and not have

RE: Setting up connection pooling via JNDI

2002-08-28 Thread neal
Yeah, I just downloaded the jars and I think I'll give this a shot. Thanks. Neal -Original Message- From: Andrew Conrad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 10:29 PM To: 'Tomcat Users List' Subject: RE: Setting up connection pooling via JNDI Just drop the pool

RE: Setting up connection pooling via JNDI

2002-08-28 Thread stevem
Subject Please respond to RE: Setting up connection pooling via Tomcat Users JNDI List tomcat-user@jakar

RE: Setting up connection pooling via JNDI

2002-08-28 Thread Craig R. McClanahan
On Wed, 28 Aug 2002, neal wrote: Date: Wed, 28 Aug 2002 22:25:32 -0700 From: neal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Setting up connection pooling via JNDI As usual Michael, I appreciate you sarcasm. I

connection pooling

2002-08-27 Thread michael wimmer
hi, I use protomatter (protomatter.sourceforge.net) for connection pooling and for now it seems to work pretty well. However, in this group and in the tomcat documentation, connection pooling seems always been mentioned in relation to JNDI or tyrex. Could anybody provide me with some

Re: connection pooling

2002-08-27 Thread Glenn Nielsen
wimmer wrote: hi, I use protomatter (protomatter.sourceforge.net) for connection pooling and for now it seems to work pretty well. However, in this group and in the tomcat documentation, connection pooling seems always been mentioned in relation to JNDI or tyrex. Could anybody provide me

Re: connection pooling

2002-08-27 Thread Ashish Kulkarni
changes. Regards, Glenn michael wimmer wrote: hi, I use protomatter (protomatter.sourceforge.net) for connection pooling and for now it seems to work pretty well. However, in this group and in the tomcat documentation, connection pooling seems always been mentioned

Re: pgSQL connection pooling

2002-08-27 Thread Alexander Wallace
On Mon, 2002-08-19 at 15:04, Felipe Schnack wrote: Well, this poolman isn't updated anymore... how can I use tomcat's own connectionpooling? IF you still need help with using tomcat's connection pooling with postgresql, let me know, I'm using that. On Mon, 2002-08-19 at 10:51, V

connection pooling on tomcat

2002-08-27 Thread Rick Reumann
I have connection pooling set up on Tomcat. In my server.xml file I have added to the ResourceParams: parameter namevalidationQuery/name valueSELECT 'CRAP' FROM DUAL/value /parameter The connection pooling seems to work fine, UNLESS the connections are manually killed (which are DBA ends

Re: connection pooling

2002-08-27 Thread Glenn Nielsen
changes. Regards, Glenn michael wimmer wrote: hi, I use protomatter (protomatter.sourceforge.net) for connection pooling and for now it seems to work pretty well. However, in this group and in the tomcat documentation, connection pooling seems always been mentioned in relation to JNDI

Re: connection pooling on tomcat

2002-08-27 Thread Glenn Nielsen
What connection pool are you using, DBCP? Rick Reumann wrote: I have connection pooling set up on Tomcat. In my server.xml file I have added to the ResourceParams: parameter namevalidationQuery/name valueSELECT 'CRAP' FROM DUAL/value /parameter The connection pooling seems

Re[2]: connection pooling on tomcat

2002-08-27 Thread Rick Reumann
-howto.html and it works fine except for that problem of killed connections cause the application to not pick up valid new ones thus breaking the application to a halt. Thanks for any more information/suggestions you could provide. GN Rick Reumann wrote: I have connection pooling set up

RE: Tomcat and connection pooling

2002-08-22 Thread Felipe Schnack
5:22 PM To: Tomcat Users List Subject: Tomcat and connection pooling Hi, I am using tomcat 4.0.4 and developing a web application for as400 database, now IBM has provided with a set of libraries to connect with AS400 database, there is a class called AS400JDBCConnectionPool

Tomcat and connection pooling

2002-08-21 Thread Ashish Kulkarni
want to keep it in session, or should i keep the scope of the object at application level?? is there any connection pooling example available Ashish __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- To unsubscribe, e

RE: Tomcat and connection pooling

2002-08-21 Thread Segree, Gareth
check www.servletguru.com for a chapter 9 from his book Java Servlets Developer's Guiden. (JDBC and connection pooling) -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 4:22 PM To: Tomcat Users List Subject: Tomcat and connection

RE: Tomcat and connection pooling

2002-08-21 Thread neal
I see you guys are talking about connection pooling in Tomcat. I presume you must be referring to HTTP connection pooling or something? Is there a dB connection pooling resource in Tomcat? Something like Poolman? I know this is somewhat off topic but your thread reminded me to ask. Thanks

RE: Tomcat and connection pooling

2002-08-21 Thread Ashish Kulkarni
Hi Does that mean i can create an Instance of AS400JDBCConnectionPool class and keep it is servlet context and then all the servlets can have access to it?? Ashish --- neal [EMAIL PROTECTED] wrote: I see you guys are talking about connection pooling in Tomcat. I presume you must be referring

RE: Tomcat and connection pooling

2002-08-21 Thread Andrew Conrad
- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 5:22 PM To: Tomcat Users List Subject: Tomcat and connection pooling Hi, I am using tomcat 4.0.4 and developing a web application for as400 database, now IBM has provided with a set of libraries

RE: Tomcat and connection pooling

2002-08-21 Thread Craig R. McClanahan
On Wed, 21 Aug 2002, neal wrote: Date: Wed, 21 Aug 2002 14:35:43 -0700 From: neal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Tomcat and connection pooling I see you guys are talking about connection pooling

RE: mySql - Connector/J - connection pooling?

2002-08-20 Thread Turner, John
: Monday, August 19, 2002 6:09 PM To: Tomcat Users List Subject: mySql - Connector/J - connection pooling? I recently read that Java presumes the JDBC drivers will provide connection pooling, and thus java and most app servers do not provide this functionality. Does anyone know off hand if the mySQL

pgSQL connection pooling

2002-08-19 Thread Felipe Schnack
Anyone uses pgSQL with Tomcat 4? I'm starting a project with it and would like to know if the ConnectionPooling provided with the jdbc drivers for this database are good or not. -- Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893 Faculdade

Re: pgSQL connection pooling

2002-08-19 Thread V. Cekvenich
This should be a faq: http://poolman.sf.net is perhaps most popular (but not updated). Tomcat comes with it's own (but can't be unit tested) and... a good sample good practices tomcat web app is at basicPortal.sh.net. hth, V. Felipe Schnack wrote: Anyone uses pgSQL with Tomcat 4? I'm

Re: pgSQL connection pooling

2002-08-19 Thread Felipe Schnack
Well, this poolman isn't updated anymore... how can I use tomcat's own connectionpooling? On Mon, 2002-08-19 at 10:51, V. Cekvenich wrote: This should be a faq: http://poolman.sf.net is perhaps most popular (but not updated). Tomcat comes with it's own (but can't be unit tested)

RE: pgSQL connection pooling

2002-08-19 Thread Turner, John
]] Sent: Monday, August 19, 2002 10:04 AM To: Tomcat Users List Subject: Re: pgSQL connection pooling Well, this poolman isn't updated anymore... how can I use tomcat's own connectionpooling? On Mon, 2002-08-19 at 10:51, V. Cekvenich wrote: This should be a faq: http://poolman.sf.net is perhaps

Re: pgSQL connection pooling

2002-08-19 Thread Ned Wolpert
Well, PoolMan 2.0.4 is still good, and PoolMan isn't dead its 'resting'. :-) BTW, pgsql 7.3 JDBC driver has pooling... catch is you've got to build it from the CVS repository. Check out org.postgresql.jdbc2.optionl.PoolingDataSource On Mon, 2002-08-19 at 07:04, Felipe Schnack wrote:

Re: pgSQL connection pooling

2002-08-19 Thread Ned Wolpert
Ooop... forgot; download poolman 2.0.4 at http://sourceforge.net/projects/poolman/ On Mon, 2002-08-19 at 07:23, Ned Wolpert wrote: Well, PoolMan 2.0.4 is still good, and PoolMan isn't dead its 'resting'. :-) BTW, pgsql 7.3 JDBC driver has pooling... catch is you've got to build it

mySql - Connector/J - connection pooling?

2002-08-19 Thread neal
I recently read that Java presumes the JDBC drivers will provide connection pooling, and thus java and most app servers do not provide this functionality. Does anyone know off hand if the mySQL drivers (Connector/J in particular) provide connection pooling?If not, what do most people do? Roll

Connection pooling using Jakarta commons

2002-08-14 Thread Capr1ce
Hi, I'm new here. My name's Mel. Hi! Anyway, I have a question that I cannot find an answer for anywhere. I've implemented connection pooling using Tomcat 4.0 and the required projects from Jakarta commons as instructed in the JNDI resources how to that can be found with in the Tomcat

Re: Connection pooling using Jakarta commons

2002-08-14 Thread Jacob Kjome
good quality and makes configuration a breeze! Jake At 11:47 AM 8/14/2002 +0100, you wrote: Hi, I'm new here. My name's Mel. Hi! Anyway, I have a question that I cannot find an answer for anywhere. I've implemented connection pooling using Tomcat 4.0 and the required projects from Jakarta

Re: Connection pooling using Jakarta commons

2002-08-14 Thread TOMITA_ALEX_NONLILLY
PROTECTED] 14/08/2002 05:47 a.m. Please respond to Tomcat Users List To: [EMAIL PROTECTED] cc: Subject:Connection pooling using Jakarta commons Hi, I'm new here. My name's Mel. Hi! Anyway, I have a question that I cannot find an answer for anywhere. I've

RE: JNDI JDBC COnnection pooling problem...

2002-08-13 Thread Alexander Wallace
: Alexander Wallace [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 11:33 AM To: [EMAIL PROTECTED] Subject: JNDI JDBC COnnection pooling problem... Hello. This has to be a very simple one for those who know. I'm getting a java.lang.NullPointerException in my app

JNDI JDBC COnnection pooling problem...

2002-08-12 Thread Alexander Wallace
Hello. This has to be a very simple one for those who know. I'm getting a java.lang.NullPointerException in my app, in the second line here: Context ctx = (Context) new InitialContext().lookup(java:comp/env); conn = ((DataSource) ctx.lookup(jdbc/pgsql)).getConnection(); **Error happens here**

RE: JNDI JDBC COnnection pooling problem...

2002-08-12 Thread Andrew
] Subject: JNDI JDBC COnnection pooling problem... Hello. This has to be a very simple one for those who know. I'm getting a java.lang.NullPointerException in my app, in the second line here: Context ctx = (Context) new InitialContext().lookup(java:comp/env); conn = ((DataSource) ctx.lookup

RE: Connection Pooling?

2002-07-09 Thread Meichun Li
/?l=tomcat-userm=102225547106556w=2 -Original Message- From: Meichun Li [mailto:[EMAIL PROTECTED]] Sent: 04 July 2002 13:09 To: Tomcat Users List Subject: Connection Pooling? Hi, I want to implement my application with Connection Pooling. Tomcat offers

RE: Connection Pooling?

2002-07-08 Thread Jacob Kjome
://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 -Original Message- From: Meichun Li [mailto:[EMAIL PROTECTED]] Sent: 04 July 2002 13:09 To: Tomcat Users List Subject: Connection Pooling? Hi, I want to implement my application with Connection Pooling. Tomcat

RE: Connection Pooling?

2002-07-08 Thread Andrew Conrad
or later (there were some recent fixes). - Andrew -Original Message- From: Meichun Li [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 1:40 PM To: Tomcat Users List Subject: RE: Connection Pooling? Thanks for the help! I followed the steps in the howto page http

RE: Connection Pooling?

2002-07-08 Thread Clay Graham
-Original Message- From: Jacob Kjome [SMTP:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 1:03 AM To: Tomcat Users List Subject:RE: Connection Pooling? Try this with Either Tomcat-4.1.3 which I've tested with the instructions at the link below and know it to work. Also

Re: AW: AW: Connection Pooling?

2002-07-05 Thread Nikola Milutinovic
Ralph Einfeldt wrote: AFAIK DBCP not part of the distribution, but you can download it seperately from: I believe it is, from 4.0.4 Nix. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: AW: Connection Pooling?

2002-07-05 Thread Craig R. McClanahan
On Fri, 5 Jul 2002, Nikola Milutinovic wrote: Date: Fri, 05 Jul 2002 14:15:32 +0200 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: AW: Connection Pooling? Ralph Einfeldt wrote

Connection Pooling?

2002-07-04 Thread Meichun Li
Hi, I want to implement my application with Connection Pooling. Tomcat offers supports of a connection pool for JDBC connection, but there should be a prerequisite--JDBC driver should provide pooled datasource implementation. Is this right? The JDBC driver for MySQL database I am using

Re: Connection Pooling?

2002-07-04 Thread Me
Hey! You could try to use this connection pool. I've used it and its a decent good working pool. www.javaexchange.com/api/com/javaexchange/dbConnectionBroker/ DbConnectionBroker.html But the site seems to be down at the moment. Elm Hi, I want to implement my application with Connection

AW: Connection Pooling?

2002-07-04 Thread Ralph Einfeldt
14:09 An: Tomcat Users List Betreff: Connection Pooling? Tomcat offers supports of a connection pool for JDBC connection, but there should be a prerequisite--JDBC driver should provide pooled datasource implementation. Is this right? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: AW: Connection Pooling?

2002-07-04 Thread Meichun Li
project which is a complete connection pool. So you driver doesn't have to implement pooling. -Ursprüngliche Nachricht- Von: Meichun Li [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 4. Juli 2002 14:09 An: Tomcat Users List Betreff: Connection Pooling? Tomcat offers

AW: AW: Connection Pooling?

2002-07-04 Thread Ralph Einfeldt
/commons/index.html -Ursprüngliche Nachricht- Von: Meichun Li [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 4. Juli 2002 15:05 An: Tomcat Users List Betreff: Re: AW: Connection Pooling? Thanks for the reply. Is the latest version tomcat-4.1? But the version I am using is tomcat-4.0

RE: Connection Pooling?

2002-07-04 Thread Les Hughes
I think I should set up a cron job to email this link out every day http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 -Original Message- From: Meichun Li [mailto:[EMAIL PROTECTED]] Sent: 04 July 2002 13:09 To: Tomcat Users List Subject: Connection Pooling

RE: Connection Pooling?

2002-07-04 Thread Meichun Li
[mailto:[EMAIL PROTECTED]] Sent: 04 July 2002 13:09 To: Tomcat Users List Subject: Connection Pooling? Hi, I want to implement my application with Connection Pooling. Tomcat offers supports of a connection pool for JDBC connection, but there should be a prerequisite

Connection Pooling

2002-07-02 Thread Kevin Passey
Hi, I am new to Tomcat so bear with me. I have developed something using Websphere application server which has connection pooling built-in. Is there anything simple to plug in so that I can do the same with Tomcat? Any docs or Howto's would be appreciated Thanks Kevin

RE: Connection Pooling

2002-07-02 Thread Turner, John
Using a JNDI Resource, tomcat has connection pooling built-in. Since tomcat is the reference spec for Java application servers, my guess is that the pooling in Websphere is simply the same. Here is the how-to for JNDI: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html

Re: Connection Pooling

2002-07-02 Thread Jacob Kjome
Tuesday, July 02, 2002, 10:48:00 AM, you wrote: KP Hi, KP I am new to Tomcat so bear with me. KP I have developed something using Websphere application server which has KP connection pooling built-in. KP Is there anything simple to plug in so that I can do the same with Tomcat? KP Any docs

RE: Connection Pooling

2002-07-02 Thread William Gustave
Regards, William -Original Message- From: Kevin Passey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:48 AM To: Tomcat Users List (E-mail) Subject: Connection Pooling Hi, I am new to Tomcat so bear with me. I have developed something using Websphere application server

Re: Connection pooling doesn't work for me ... Help !!

2002-06-16 Thread Nikola Milutinovic
Cindy Ballreich wrote: At 06:53 AM 6/14/02 +0200, Nikola Milutinovic wrote: Yes, and it should work - but it doesn't. For most of us, DataSource is null and nothing apperas in the logs. Question: where is your JDBC driver currently located? I got the same result until I moved it from

RE: Does Jakarta have a connection pooling project?

2002-06-15 Thread Les Hughes
http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 -Original Message- From: anthony.dodd [mailto:[EMAIL PROTECTED]] Sent: 15 June 2002 05:46 To: Tomcat Users List Subject: Re: Does Jakarta have a connection pooling project? Hi I've posted a solution see

Re: Connection pooling doesn't work for me ... Help !!

2002-06-14 Thread Martin Jacobson
Jacob Kjome wrote: The definitive solution has been provided by Leslie Hughes [EMAIL PROTECTED] here: snip So, please, do yourselves a favor and ignore the docs for a bit on this one. Copy the configuration line for line that Leslie has provided. Then, of course, change the values

Re: Connection pooling doesn't work for me ... Help !!

2002-06-14 Thread Jacob Kjome
Well, I confess that I've never tried this on 4.0.3. I guess your solution is to upgrade to 4.1.3 beta. There is *no* Tyrex to give you any phantom hsql driver issues. So, I guess my guarantee only applies to 4.1.3 that I've actually tested this on. I suggest the upgrade. Jake At 10:23

Re: Connection pooling doesn't work for me ... Help !!

2002-06-14 Thread Cindy Ballreich
At 06:53 AM 6/14/02 +0200, Nikola Milutinovic wrote: Yes, and it should work - but it doesn't. For most of us, DataSource is null and nothing apperas in the logs. Question: where is your JDBC driver currently located? I got the same result until I moved it from WEB_INF/lib/ to

Re: Connection pooling doesn't work for me ... Help !!

2002-06-14 Thread info
Hi, Cindy Yes, and it should work - but it doesn't. For most of us, DataSource is null and nothing apperas in the logs. Question: where is your JDBC driver currently located? I got the same result until I moved it from WEB_INF/lib/ to $CATALINA_HOME/common/lib/ thanks for your hint. I

Re: Connection pooling doesn't work for me ... Help !!

2002-06-14 Thread anthony.dodd
Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 14, 2002 9:03 AM Subject: Re: Connection pooling doesn't work for me ... Help !! Hi, Cindy Yes, and it should work - but it doesn't. For most of us, DataSource is null and nothing apperas in the logs

Re: Does Jakarta have a connection pooling project?

2002-06-14 Thread anthony.dodd
Message - From: John McNally [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 5:35 PM Subject: Re: Does Jakarta have a connection pooling project? On Thu, 2002-06-13 at 16:53, [EMAIL PROTECTED] wrote: Is there a connection pooling project in Jakarta that I

Re: Connection pooling doesn't work for me ... Help !!

2002-06-13 Thread Martin Jacobson
anthony.dodd wrote: Hi I've posted a solution see Generic DataSource Resource Factory Available. JDBC Data Source on the tomcat user maillist. Tony Yes, but... Like many others on this list, I too have been unable to get the std JNDI DataSource thingy working; as an interim

Re: Connection pooling doesn't work for me ... Help !!

2002-06-13 Thread Neil Milne
the ConnectionPoolDataSource class - not sure if this makes a difference. HTH Neil. - Original Message - from: Martin Jacobson [EMAIL PROTECTED] date: Thursday, June 13, 2002 1:40 pm subject: Re: Connection pooling doesn't work for me ... Help !! anthony.dodd wrote: Hi I've posted a solution

Re: Connection pooling doesn't work for me ... Help !!

2002-06-13 Thread info
for any help! Rainer - Original Message - From: Neil Milne [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 2:56 PM Subject: Re: Connection pooling doesn't work for me ... Help !! I'm using the JNDI Datasource setup fine with Tomcat 4.0.3 and Sybase

RE: Connection pooling doesn't work for me ... Help !!

2002-06-13 Thread Kevin Andryc
I apologize but I saw this post late. I had a problem with connection pooling using Oracle and JNDI. To get around it I had to do something like this: In conf\server.xml Resource name=jdbc/mydb auth=Container type=oracle.jdbc.pool.OracleConnectionPoolDataSource / ResourceParams name=jdbc

Re: Connection pooling doesn't work for me ... Help !!

2002-06-13 Thread info
Thanks for your answer. That looks rather unconventional ;) Rainer I apologize but I saw this post late. I had a problem with connection pooling using Oracle and JNDI. To get around it I had to do something like this: In conf\server.xml Resource name=jdbc/mydb auth=Container type

Re: Connection pooling doesn't work for me ... Help !!

2002-06-13 Thread John McNally
a DataSource implementation and if you do not care to have connection pooling you should use that. A ConnectionPoolDataSource does not provide connections that are pooled somehow internally. It is meant to be used by application servers or other middle-ware software which might include connection

RE: Connection pooling doesn't work for me ... Help !!

2002-06-13 Thread Kevin Andryc
)-545-3460 [EMAIL PROTECTED] -Original Message- From: John McNally [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 05:25 PM To: Tomcat Users List Subject: Re: Connection pooling doesn't work for me ... Help !! In your code: Context initCtx = new InitialContext

RE: Connection pooling doesn't work for me ... Help !!

2002-06-13 Thread John McNally
. But from the specification: Connection pooling doesn't impact application code. The application simply accesses a standard JDBC DataSource and uses it in the standard way. The DataSource implements connection pooling transparently to the application using the PooledConnection

Does Jakarta have a connection pooling project?

2002-06-13 Thread JStanczak
Is there a connection pooling project in Jakarta that I can use for database connection pooling? I've found the pool component under Jakarta Commons, but is that the only one? Thank You, Justin A. Stanczak Web Manager Shake Learning Resource Center Vincennes University (812)888-5813

Re: Does Jakarta have a connection pooling project?

2002-06-13 Thread John McNally
On Thu, 2002-06-13 at 16:53, [EMAIL PROTECTED] wrote: Is there a connection pooling project in Jakarta that I can use for database connection pooling? I've found the pool component under Jakarta Commons, but is that the only one? There is DBCP in commons. I'm not sure if that is what you

Re: Connection pooling doesn't work for me ... Help !!

2002-06-13 Thread Nikola Milutinovic
I'm using the JNDI Datasource setup fine with Tomcat 4.0.3 and Sybase. Several guys have reported that Sybase works OK, so does Oracle 9i. With PostgreSQL, I am constantly out of luck. Right now, I'm preoccupied with some other work, but I'll get to the bottom of the PSQL mistery.

<    1   2   3   4   5   6   7   >