Re: Connection pool question:

2002-11-06 Thread Michael Nicholson
ks for the help. Mike - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 9:34 AM Subject: Re: Connection pool question: > > What are the differences between the jar files that you have in ea

Re: Connection pool question:

2002-11-06 Thread Ricardo Moral
ng it through Forte/SunOneStudio, which is > built on netbeans (I > think). Does that make a difference? > > > - Original Message - > From: "Kwok Peng Tuck" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > <[EMAIL PROTECTED]> > Se

Re: Connection pool question:

2002-11-06 Thread Mehdi . Nejad
on" To: "Tomcat Users List" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]cc: u>

Re: Connection pool question:

2002-11-06 Thread Michael Nicholson
I'm running it through Forte/SunOneStudio, which is built on netbeans (I think). Does that make a difference? - Original Message - From: "Kwok Peng Tuck" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002

Re: Connection pool question:

2002-11-06 Thread Michael Nicholson
The Code of DBQuery follows: Remember, in one webapp, it works fine, in another, it gives a class cast exception at the ***'d line /* * DBQuery.java * * Created on November 5, 2002, 10:14 AM */ package DBCPTestClasses; import java.sql.*; import javax.naming.*; import javax.sql.*; /*

Re: Connection pool question:

2002-11-06 Thread Ricardo Moral
Send us the code of the DBQuery.java. (The shorter the better) --- Michael Nicholson <[EMAIL PROTECTED]> wrote: > I'm building a webapp, and I want to use connection > pooling with it. In order to play around some, I > made a dummy webapp that does virtually nothing, but > uses the connection po

Re: Connection pool question:

2002-11-05 Thread Kwok Peng Tuck
Are you running the tomcat which is built into Netbeans ? Michael Nicholson wrote: I'm building a webapp, and I want to use connection pooling with it. In order to play around some, I made a dummy webapp that does virtually nothing, but uses the connection pool. So then I cut and pasted some

Connection pool question:

2002-11-05 Thread Michael Nicholson
I'm building a webapp, and I want to use connection pooling with it. In order to play around some, I made a dummy webapp that does virtually nothing, but uses the connection pool. So then I cut and pasted some code out into the bigger webapp, but now I get this error: MonitorFilter::java.lang