Re: Database pool full.

2004-01-15 Thread virupaksha
Cooper [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 4:04 PM Subject: Re: Database pool full. We were using the Oracle connection pool implementation, and it is a configurable item on there. There is no config file, so we used a method call

Re: Database pool full.

2004-01-14 Thread Max Cooper
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 9:02 PM Subject: Re: Database pool full. Dear Max, Yah, this problem occures after visiting some pages, to use #1 strategy, whether I need to do any changes in configuration or is there any other way? Thanks

Re: Database pool full.

2004-01-14 Thread Raphaƫl di Cicco
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:30 PM Subject: Re: Database pool full. My guess is that you have a connection leak somewhere. Does this problem start occurring immediately, or does it only show up after visiting a number

Database pool full.

2004-01-13 Thread virupaksha
Dear All, I am developing an application on resin-2.1.9 web server. Connection to MYSQL Database is using JNDI. JNDI connection code is written in a class called DBService. I am instantiating DBService class where ever i need database connection and getting connection using getConnection()

Re: Database pool full.

2004-01-13 Thread Max Cooper
- From: virupaksha [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 7:14 PM Subject: Database pool full. Dear All, I am developing an application on resin-2.1.9 web server. Connection to MYSQL Database is using JNDI. JNDI connection code is written

Re: Database pool full.

2004-01-13 Thread virupaksha
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:30 PM Subject: Re: Database pool full. My guess is that you have a connection leak somewhere. Does this problem start occurring immediately, or does it only show up after visiting a number of pages in the site