Re: server hangs after finite number of requests

2004-01-08 Thread Heather Marie Buch
On Wed, 7 Jan 2004, Craig R. McClanahan wrote: Quoting Heather Marie Buch [EMAIL PROTECTED]: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html Thanks very much for pointing me here. This is a good explanation of where the dbcp configuration goes. I

Re: server hangs after finite number of requests

2004-01-08 Thread Heather Marie Buch
is released to the pool.. Also the earlier suggesstion of having just one connection in the pool during development works perfectly - we have used it for a while now and have been able to uncover errors we otherwise would not have.. Good luck! Geeta Heather Marie Buch wrote: Hi, PROBLEM

Re: Summary - server hangs after finite number of requests

2004-01-08 Thread Heather Marie Buch
conclude with a summary like this after a problem is resolved. This surely makes it easier for people who do the right thing by scouring the archives before posting to the mailing list. --- Heather Marie Buch [EMAIL PROTECTED] wrote: I solved the problem, thanks to all the helpful advice I

Re: [OT] Oldest Language

2004-01-08 Thread Heather Marie Buch
I thought it was COBOL. Heather On Thu, 8 Jan 2004, David Erickson wrote: If your religious its Ademic, the language spoken by adam. -David - Original Message - From: Ramadoss Chinnakuzhandai [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 08, 2004 11:49 AM

Re: server hangs after finite number of requests

2004-01-07 Thread Heather Marie Buch
handle the exception could prevent it from being properly reported. On 1/6/04 11:38 AM, in article [EMAIL PROTECTED], Heather Marie Buch [EMAIL PROTECTED] wrote: Manfred Wolff wrote: Heather. Have you studied the tomcat logs? Yes, I have. This is the only thing

Re: server hangs after finite number of requests

2004-01-07 Thread Heather Marie Buch
to uncover errors we otherwise would not have.. Good luck! Geeta Heather Marie Buch wrote: Hi, PROBLEM SOLVED (sort of) It was because I failed to close the database connections. Well, I closed them too late. I had things set up so that when a user logs on, a service object

Re: server hangs after finite number of requests

2004-01-07 Thread Heather Marie Buch
, depending on the settings, it will timeout. But how you handle the exception could prevent it from being properly reported. On 1/6/04 11:38 AM, in article [EMAIL PROTECTED], Heather Marie Buch [EMAIL PROTECTED] wrote: Manfred Wolff wrote: Heather

Re: server hangs after finite number of requests

2004-01-07 Thread Heather Marie Buch
On Wed, 7 Jan 2004, Manfred Wolff wrote: Heather. I user dbcp since one year in a productive system with mysql and have no problems yet. The best documentation in my mind is the original from tomcat. There are all parameters explained:

server hangs after finite number of requests

2004-01-06 Thread Heather Marie Buch
Hi all, If I submit the same page more than 8 times, my server dies and I have to restart. For example, the first 8 times I enter the wrong password, struts will simply return me to my original form with an error message. However, the 9th time - the server hangs. This also occurs if I enter

Re: server hangs after finite number of requests

2004-01-06 Thread Heather Marie Buch
it is a matter of seconds either. I have tested over a longer period (10 minutes), but it still gives me 8 requests before it hangs. And Geeta Ramani - thanks. I will take another look at the jdbc stuff! Best, Heather Buch Manfred Wolff Heather Marie Buch wrote: Hi all, If I submit