Re: DB connection pool problem

2004-05-06 Thread Xtecuan! Ufo Senshi Dai Apolon
ay 05, 2004 4:45 PM To: Tomcat Users List Subject: RE: DB connection pool problem Have you tried to put the configuration text in instead of block? To me, the message tells that the web.xml and java code is fine. The server.xml is not edited correctly. in you server.xml, you put , but where i

RE: DB connection pool problem

2004-05-06 Thread Arora, Avinash
reate some problem. Thanks. Avinash Arora -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 4:45 PM To: Tomcat Users List Subject: RE: DB connection pool problem Have you tried to put the configuration text in instead of block? To me, the me

RE: DB connection pool problem

2004-05-05 Thread Daxin Zuo
a, Avinash [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 4:07 PM To: Daxin Zuo; Tomcat Users List Subject: RE: DB connection pool problem Hi, Sorry I was messing up my code by making several changes. If I add that statement, I get the following SQL exception is generated Cannot create J

RE: DB connection pool problem

2004-05-05 Thread Arora, Avinash
al Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 4:29 PM To: Tomcat Users List Subject: RE: DB connection pool problem You have to add con = dataSource.getConnection(); after dataSource = (DataSource)ctx.lookup("jdbc/conversion"); -Ori

RE: DB connection pool problem

2004-05-04 Thread Daxin Zuo
r-- [dataSource object is, [EMAIL PROTECTED], Data source object is not null, Inside try., con is, null, Inside try. Connection object found to be null, null, Connection object is null] -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 1:35 PM

RE: DB connection pool problem

2004-05-04 Thread Arora, Avinash
Source object is, [EMAIL PROTECTED], Data source object is not null, Inside try., con is, null, Inside try. Connection object found to be null, null, Connection object is null] -----Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 1:35 PM To: Tomcat

Re: DB connection pool problem

2004-05-04 Thread David Smith
nnection object is null] Thanks. Avinash Arora -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 3:34 PM To: Tomcat Users List Subject: RE: DB connection pool problem I have just created a "pool" -- I hope it is really a pool. I u

Re: DB connection pool problem

2004-05-04 Thread David Smith
out the linklist obtained from the function above. elements of link list read from database are -[dataSource object is, [EMAIL PROTECTED], Data source object is not null, Inside 1st try. Connection object found to be null, Connection object is null] Thanks. Avinash Arora -Original Message

RE: DB connection pool problem

2004-05-04 Thread Mike Curwen
igned it up to that point). > -Original Message- > From: Arora, Avinash [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 04, 2004 2:52 PM > To: Daxin Zuo; Tomcat Users List > Cc: [EMAIL PROTECTED] > Subject: RE: DB connection pool problem > > > Hi friends, >

RE: DB connection pool problem

2004-05-04 Thread Arora, Avinash
-- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 3:34 PM To: Tomcat Users List Subject: RE: DB connection pool problem I have just created a "pool" -- I hope it is really a pool. I used jtds jdbc driver to MS SQL Server on Windows. You m

DB connection pool problem

2004-05-03 Thread Arora, Avinash
Hi, I am also having the problem with the connection pools. Since I am writing an application first time by using connection pools, I created a test application DBTest. I edited my server.xml and web.xml (of my application in following way-- #added to server.xml

RE: DB connection pool problem

2004-05-03 Thread Patrick Willart
You are missing the part (needs to be just above grts, Pat -Original Message- From: Arora, Avinash [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 3:10 PM To: Tomcat Users List Subject: DB connection pool problem Hi, I am also having the problem with the connection pools

RE: DB connection pool problem

2004-05-03 Thread Daxin Zuo
VE, ResultSet.CONCUR_READ_ONLY ); rs = pStateSearch.executeQuery(); That's all. -Original Message- From: Arora, Avinash [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 3:10 PM To: Tomcat Users List Subject: DB connection pool problem Hi,