RE: DB connection pooling webpage mistake

2005-08-11 Thread Yoav Shapira
August 11, 2005 5:06 AM > To: tomcat-dev@jakarta.apache.org > Subject: DB connection pooling webpage mistake > > Hi, I noticed that the code for the connection pooling had been changed, > but > I can see that theres a copy and paste error here, the if statement checks > for 

DB connection pooling webpage mistake

2005-08-11 Thread Robert Clarkson
Hi, I noticed that the code for the connection pooling had been changed, but I can see that theres a copy and paste error here, the if statement checks for 'ctx' being null twice, instead of checking for ds being null the second time. As you can see in the code I copied of

DO NOT REPLY [Bug 35200] - Tomcat connection pooling fault with MySql derived tables

2005-06-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35200] - Tomcat connection pooling fault with MySql derived tables

2005-06-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35200] New: - Tomcat connection pooling fault with MySql derived tables

2005-06-03 Thread bugzilla
gzilla/show_bug.cgi?id=35200 Summary: Tomcat connection pooling fault with MySql derived tables Product: Tomcat 5 Version: 5.5.7 Platform: Other OS/Version: Windows 2000 Status: NEW Severity: blocker Pr

DO NOT REPLY [Bug 31381] - password for connection pooling problem

2004-09-24 Thread bugzilla
gzilla/show_bug.cgi?id=31381 password for connection pooling problem [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 31381] New: - password for connection pooling problem

2004-09-23 Thread bugzilla
gzilla/show_bug.cgi?id=31381 password for connection pooling problem Summary: password for connection pooling problem Product: Tomcat 5 Version: 5.0.28 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Pr

Re: Connection Pooling

2003-07-21 Thread Martin Algesten
This list is for developing the tomcat server. Your question is a configuration question and should be directed to the tomcat-user list. Martin On Monday, July 21, 2003, at 02:00 PM, sathya narayanan wrote: hi , IS there is any way to Connect Database using DBCP.jar without giving username and

Connection Pooling

2003-07-21 Thread sathya narayanan
hi , IS there is any way to Connect Database using DBCP.jar without giving username and password in the server.xml file. Doc tells that we can pass the uname and password in the getConnection() method of DataSource . But it is give me an Exception . Plese help me. sathya

DO NOT REPLY [Bug 10852] - Patch: Add Connection Pooling to JNDIRealm

2003-02-12 Thread bugzilla
gzilla/show_bug.cgi?id=10852 Patch: Add Connection Pooling to JNDIRealm [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

Re: JDBCStore Connection Pooling

2003-01-30 Thread Tom Anderson
his.preparedClearSql = null; this.preparedRemoveSql = null; this.preparedLoadSql = null; -this.conn = null; +this.connPool.clear(); + this.connPool = null; } } } On Thursday, January 30, 2003, at 02:31 PM, Tom Anderson wrot

Re: JDBCStore Connection Pooling

2003-01-30 Thread Tom Anderson
connection pooling, etc. Glenn Tom Anderson wrote: I have been trying to use the JDBCStore stuff and found it to be a little unstable especially when the database connections have problems (or when the database is bounced). So, I decided to make some modifications that would allow it to drop

Re: JDBCStore Connection Pooling

2003-01-30 Thread Glenn Nielsen
A better solution might be to have a Store which can use a JNDI named DataSource. Then let the DataSource worry about connection pooling, etc. Glenn Tom Anderson wrote: I have been trying to use the JDBCStore stuff and found it to be a little unstable especially when the database connections

JDBCStore Connection Pooling

2003-01-30 Thread Tom Anderson
I have been trying to use the JDBCStore stuff and found it to be a little unstable especially when the database connections have problems (or when the database is bounced). So, I decided to make some modifications that would allow it to drop connections on SQLExceptions and maintain a small

DO NOT REPLY [Bug 12952] - Documentation error for Tyrex Connection Pooling

2002-09-24 Thread bugzilla
gzilla/show_bug.cgi?id=12952 Documentation error for Tyrex Connection Pooling [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 12952] New: - Documentation error for Tyrex Connection Pooling

2002-09-24 Thread bugzilla
gzilla/show_bug.cgi?id=12952 Documentation error for Tyrex Connection Pooling Summary: Documentation error for Tyrex Connection Pooling Product: Tomcat 4 Version: 4.1.10 Platform: Other OS/Version: Other Status: NEW Severity:

RE: connection pooling

2002-08-27 Thread Andrew Conrad
0 AM > To: tomcat > Subject: connection pooling > > > > Hi everybody ! > > I'm using Tomcat 4 and my application works. To get a > connection to database I have the following code: > > Context initCtx = new InitialContext(); > Contex

RE: connection pooling

2002-07-25 Thread Andrew Conrad
Use a monitoring tool on your RDBMS. For SQL Server I use "Profiler". - Andrew > -Original Message- > From: Pop Marius [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 5:00 AM > To: tomcat > Subject: connection pooling > > > > Hi ev

Re: connection pooling

2002-07-25 Thread Craig R. McClanahan
On Thu, 25 Jul 2002, Pop Marius wrote: > Date: Thu, 25 Jul 2002 11:00:05 +0200 > From: Pop Marius <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: tomcat <[EMAIL PROTECTED]> > Subject: connection pooling > > > Hi

connection pooling

2002-07-25 Thread Pop Marius
Hi everybody ! I'm using Tomcat 4 and my application works. To get a connection to database I have the following code: Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup("java:comp/env"); DataSource ds = (DataSource)envCtx.lookup("jdbc/orgDB"); return d

DO NOT REPLY [Bug 10852] - Patch: Add Connection Pooling to JNDIRealm

2002-07-15 Thread bugzilla
gzilla/show_bug.cgi?id=10852 Patch: Add Connection Pooling to JNDIRealm --- Additional Comments From [EMAIL PROTECTED] 2002-07-16 01:51 --- Created an attachment (id=2359) Patch file as promised -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-m

DO NOT REPLY [Bug 10852] New: - Patch: Add Connection Pooling to JNDIRealm

2002-07-15 Thread bugzilla
gzilla/show_bug.cgi?id=10852 Patch: Add Connection Pooling to JNDIRealm Summary: Patch: Add Connection Pooling to JNDIRealm Product: Tomcat 4 Version: 4.1.7 Platform: All OS/Version: All Status: NEW Severity: Enhan

DO NOT REPLY [Bug 9480] - Data connection pooling

2002-05-28 Thread bugzilla
gzilla/show_bug.cgi?id=9480 Data connection pooling [EMAIL PROTECTED] changed: What|Removed |Added Summary|Data connection pooiling|Data connection pooling -- To unsubscribe,

Re: Tomcat 4 JDBCRealm Connection Pooling

2002-02-13 Thread Craig R. McClanahan
On Wed, 13 Feb 2002, Glenn Nielsen wrote: > [snip] > The addition of GlobalNamingResources and the UserDatabase slipped below > my radar somehow. I looked at the latest server.xml from CVS. I grep'd > the docs in CVS and didn't notice anything in the docs about these yet. > > The addition of G

Re: Tomcat 4 JDBCRealm Connection Pooling

2002-02-13 Thread Craig R. McClanahan
On Wed, 13 Feb 2002, Glenn Nielsen wrote: > Date: Wed, 13 Feb 2002 11:53:52 -0600 > From: Glenn Nielsen <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: Tomcat 4 JDBC

Re: Tomcat 4 JDBCRealm Connection Pooling

2002-02-13 Thread Remy Maucherat
> On Wed, 13 Feb 2002, Glenn Nielsen wrote: > > Hi Glenn, > > Personally, I like the latter idea better (a new JDBCRealm implementation > that uses a JNDI named data source) to avoid disruption of existing > applications. Yes, I agree. Internal Catalina components can now use JNDI in the HEAD bra

Re:Tomcat 4 JDBCRealm Connection Pooling

2002-02-13 Thread Jonathan Pierce
configured with different realms? Jonathan Reply Separator Subject:Tomcat 4 JDBCRealm Connection Pooling Author: "Tomcat Developers List" <[EMAIL PROTECTED]> Date: 2/13/2002 10:25 AM Currently the JDBCRealm does not use db Co

RE: Tomcat 4 JDBCRealm Connection Pooling

2002-02-13 Thread Ignacio J. Ortega
> -Mensaje original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En > nombre de Glenn Nielsen > Enviado el: miércoles 13 de febrero de 2002 17:25 > Should this support be added to the current JDBCRealm, or should a new > realm be created which uses a JNDI named JDBC DataSource? >

Re: Tomcat 4 JDBCRealm Connection Pooling

2002-02-13 Thread Craig R. McClanahan
On Wed, 13 Feb 2002, Glenn Nielsen wrote: > Date: Wed, 13 Feb 2002 10:25:07 -0600 > From: Glenn Nielsen <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Tomcat 4 JDBCRealm Connection Pooling > > Cur