jdbc pool

2004-10-22 Thread kangkoong Kakoong
when I compile using jdbc pool the following error show: javax.servlet.ServletException: Name jdbc is not bound in this Context VerifyLogin.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:763) javax.servlet.http.HttpServlet.service(HttpServlet.java:856

Re: jdbc pool

2004-10-22 Thread Viorel Dragomir
- From: kangkoong Kakoong To: Tomcat Users List Sent: Friday, October 22, 2004 10:52 Subject: jdbc pool when I compile using jdbc pool the following error show: javax.servlet.ServletException: Name jdbc is not bound in this Context VerifyLogin.doPost(Unknown Source

Oracle JDBC pool documentation

2003-03-10 Thread Jean Marais
Hi I struggled with the following and think it should be mentioned in the documentation... unless I missed it somehow. The pool connection seems to hang up when you have set it up and in actual fact an important part of the DataSource setup was missing. It seems from the

Re: Oracle JDBC pool documentation

2003-03-10 Thread Kwok Peng Tuck
Here's a link to the problem you had : http://www.mail-archive.com/[EMAIL PROTECTED]/msg74781.html I'm glad you solved it, it was confusing me in the first place :) Jean Marais wrote: Hi I struggled with the following and think it should be mentioned in the documentation... unless I missed

Re: Oracle JDBC pool documentation

2003-03-10 Thread Tomcat-RND
. - Original Message - From: Kwok Peng Tuck [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 12:56 PM Subject: Re: Oracle JDBC pool documentation Here's a link to the problem you had : http://www.mail-archive.com/[EMAIL PROTECTED]/msg74781.html I'm

Global Resource Def JDBC Pool

2002-11-22 Thread Jason Jonas
Hey All, I'm having some difficulty getting Tomcat to establish a connection to a database and I need a second pair of eyes on this... Environment: Windoze XP Tomcat 4.1 MySQL 3.23.53 MM JDBC Drivers 2.0.14 Global Resource Def (created through /admin): JNDI Name: jforumdb URL:

RE: Global Resource Def JDBC Pool

2002-11-22 Thread Oliver Meyn
PROTECTED]] Sent: November 22, 2002 12:03 To: [EMAIL PROTECTED] Subject: Global Resource Def JDBC Pool snip Result of getting a connection: java.sql.SQLException: Cannot connect to MySQL server on localhost:3306. Is there a MySQL server running on the machine/port you are trying to connect

JDBC Pool Manager

2002-07-29 Thread Roger Maltby
I need to have a connection pool for my JDBC connections. I have tried BitMechanics but it is not JDBC 2.0 compliant. My DB vendor recommends a 2.0 compliant pool manager. Any recommendations? Thanks Roger Maltby, Developer Realm Business Solutions (Canada), Inc. 302 Town Centre

RE: JDBC Pool Manager

2002-07-29 Thread Andrew Conrad
Commons-DBCP http://jakarta.apache.org/commons/index.html - Andrew -Original Message- From: Roger Maltby [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 11:58 AM To: Tomcat User (E-mail) Subject: JDBC Pool Manager I need to have a connection pool for my JDBC

JDBC Pool Manager

2002-07-29 Thread Roger Maltby
I need to have a connection pool for my JDBC connections. I have tried BitMechanics but it is not JDBC 2.0 compliant. My DB vendor recommends a 2.0 compliant pool manager. Any recommendations? Thanks Roger Maltby, Developer Realm Business Solutions (Canada), Inc. 302 Town Centre Boulevard,

RE: JDBC Pool Manager

2002-07-29 Thread Mike Jackson
poolman... It's available on source forge. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Roger Maltby [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 8:28 AM To: Tomcat User (E-mail) Subject: JDBC Pool Manager I need to have a connection

RE: JDBC Pool Manager

2002-07-29 Thread Mike Jackson
Here's the specific url: http://sourceforge.net/projects/poolman/ --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Roger Maltby [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 8:28 AM To: Tomcat User (E-mail) Subject: JDBC Pool Manager I need

Is there db caching ? Re: Managing Tomcat(4.0.x) JNDI JDBC pool resources

2002-03-18 Thread Soefara Redzuan
] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Managing Tomcat(4.0.x) JNDI JDBC pool resources - Craig? Date: Sat, 16 Mar 2002 12:51:22 -0800 (PST) On Sat, 16 Mar 2002, Steven Elliott wrote: Date: Sat, 16 Mar 2002 17:46:01 + From: Steven Elliott [EMAIL PROTECTED] Reply-To: Tomcat

Managing Tomcat(4.0.x) JNDI JDBC pool resources - Craig?

2002-03-16 Thread Steven Elliott
Apologies in advance if this has already been answered in another thread but my searches have turned up numerous references to JNDI pooling JDBC - etc. but only one post mentioned managing container (Tomcat) pool resources and that question went unanswered as far as I could tell. Nor did I

Re: Managing Tomcat(4.0.x) JNDI JDBC pool resources - Craig?

2002-03-16 Thread Craig R. McClanahan
On Sat, 16 Mar 2002, Steven Elliott wrote: Date: Sat, 16 Mar 2002 17:46:01 + From: Steven Elliott [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Managing Tomcat(4.0.x) JNDI JDBC pool resources - Craig? Apologies in advance if this has

Strange prob with JDBC pool

2001-12-26 Thread Sri K Ganjam
Hi All, I am facing this strange behavior using JDBC connection pools with Tomcat 4.0.1 I configured Connection pool using JNDI Resource How To. Every thing worked fine when in one node. when I configured to do the same in another node, I get the error ClassCastException