tomcat problem related connection pooling help needed

2004-12-19 Thread Krishnakant Mane
hello Jan and other friends, I read the mail that was sent as a reply for my problem. thanks jan for ur valuable help. I must mention that I am new to the jdbc stuff. so I could not figure out the connection pooling issue. I understand that with pooling I can have live objects of say connection

RE: tomcat problem related connection pooling help needed

2004-12-19 Thread Jan Behrens
To: [EMAIL PROTECTED] Subject: tomcat problem related connection pooling help needed hello Jan and other friends, I read the mail that was sent as a reply for my problem. thanks jan for ur valuable help. I must mention that I am new to the jdbc stuff. so I could not figure out the connection

Connection Pooling HELP

2003-08-04 Thread Gregg Bolinger
I am trying to get connection pooling working with Tomcat 4.1.24-LE. Below is some relevant code. Tomcat starts up just fine. I have all my JAR files I need in the right place. If I create my own connection using JDBC it all works just fine. But using a connection pool is failing. The error

Re: Connection Pooling HELP

2003-08-04 Thread Geralyn M Hollerman
Gregg Bolinger wrote: I am trying to get connection pooling working with Tomcat 4.1.24-LE. Below is some relevant code. Tomcat starts up just fine. I have all my JAR files I need in the right place. If I create my own connection using JDBC it all works just fine. But using a connection

RE: Connection Pooling HELP

2003-08-04 Thread Gregg Bolinger
: Monday, August 04, 2003 12:40 PM To: Tomcat Users List Subject: Re: Connection Pooling HELP Gregg Bolinger wrote: I am trying to get connection pooling working with Tomcat 4.1.24-LE. Below is some relevant code. Tomcat starts up just fine. I have all my JAR files I need in the right place

RE: Connection Pooling HELP

2003-08-04 Thread Gregg Bolinger
Tomcats docs don't mention the fact that you need to download them. G! Gregg -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 12:45 PM To: 'Tomcat Users List'; 'Tomcat Users List' Subject: RE: Connection Pooling HELP You might be right. I

RE: Connection Pooling HELP

2003-08-04 Thread Angus Mezick
Simple solution, don't use the LE version. Use the full version. Your problems will disappear. -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 2:07 PM To: 'Tomcat Users List' Subject: RE: Connection Pooling HELP I found out you

RE: Connection Pooling HELP

2003-08-04 Thread Gregg Bolinger
should get. But thanks for the heads-up. ;) Gregg -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 1:18 PM To: Tomcat Users List Subject: RE: Connection Pooling HELP Simple solution, don't use the LE version. Use the full version. Your problems

Connection Pooling Help

2002-12-09 Thread Kevin Passey
Hi, Can somebody point out my mistake for me - I'm starting to bang my head.. I am trying to get connection pooling working on my AS/400 using the Commons-DBCP. I have placed this JAR in TOMCAT_HOME/common/lib along with the JT400.JAR I have added the context entries to my server.xml file -

RE: Connection Pooling Help

2002-12-09 Thread Roberts, Eric
:25 To: Tomcat Users List (E-mail) Subject: Connection Pooling Help Hi, Can somebody point out my mistake for me - I'm starting to bang my head.. I am trying to get connection pooling working on my AS/400 using the Commons-DBCP. I have placed this JAR in TOMCAT_HOME/common/lib along

RE: Connection Pooling Help

2002-12-09 Thread Kevin Passey
Eric, It's the same - DS == null. :-( Thanks anyway. Kevin -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: 09 December 2002 13:33 To: Tomcat Users List Subject: RE: Connection Pooling Help Kevin, Try: Context ctx = new InitialContext(); Context

RE: Connection Pooling Help

2002-12-09 Thread Hari Venkatesan
8:40 AM To: 'Tomcat Users List' Subject: RE: Connection Pooling Help Eric, It's the same - DS == null. :-( Thanks anyway. Kevin -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: 09 December 2002 13:33 To: Tomcat Users List Subject: RE: Connection Pooling Help

RE: Connection Pooling Help

2002-12-09 Thread Manavendra Gupta
: Connection Pooling Help Try changing the following parameter value in server.xml file valuejdbc:as400://10.0.0.1/value valuejdbc:as400://{name of your machine} /value instead of the ip address of the as400 Hari -Original Message- From: Kevin Passey [mailto:[EMAIL PROTECTED]] Sent

RE: Connection Pooling Help

2002-12-09 Thread Bodycombe, Andrew
am surprised by the number of people facing this problem. Andy. -Original Message- From: Manavendra Gupta To: Tomcat Users List Sent: 09/12/2002 14:14 Subject: RE: Connection Pooling Help I am surprised with the number of ppl facing this problem, including myself. And it makes me wonder

RE: Connection Pooling Help

2002-12-09 Thread Roberto Bouza
this problem. Manav. -Original Message- From: Hari Venkatesan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 7:27 PM To: Tomcat Users List Subject: RE: Connection Pooling Help Try changing the following parameter value in server.xml file valuejdbc:as400://10.0.0.1/value

RE: Connection Pooling Help

2002-12-09 Thread Manavendra Gupta
Thanks for the reply. How do i make it a global resource? Just declare the resource in the global section? -Original Message- From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 8:09 PM To: '[EMAIL PROTECTED]' Subject: RE: Connection Pooling Help I've

RE: Connection Pooling Help

2002-12-09 Thread Manavendra Gupta
, December 09, 2002 8:19 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Connection Pooling Help The main problem if you are using apache or not, is the connector. I don't know if you are using apache but if you are using apache with tomcat DON'T USE the WebApp connector, is not maintained

Connection Pooling Help needed

2001-03-17 Thread RameshBabu R Muthuvel
Hi I am using Apache 1.3.12, Tomcat 3.2.1, mySQL 3.23 on Windows NT 4.0 I am trying to include connection pooling in my JSP pages using PoolMan. Inspite of carrying out all the elaborate installation procedure, yet i could not establish a connection. I get the following error:

Connection Pooling Help needed

2001-03-16 Thread RameshBabu R Muthuvel
Hi I am using Apache 1.3.12, Tomcat 3.2.1, mySQL 3.23 on Windows NT 4.0 I am trying to include connection pooling in my JSP pages using PoolMan. Inspite of carrying out all the elaborate installation procedure, yet i could not establish a connection. I get the following error: