RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 10:20 PM 12/11/01 -0800, you wrote: >At 12:17 PM 12/12/01 +1100, you wrote: >>Not every database API supports connection pooling... Take Postgres for >>example... The JDBC driver for 7.1.2/7.2 does not support connection >>pooling... I will get this all right yet. I don't think there is a 7.

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 12:17 PM 12/12/01 +1100, you wrote: >Not every database API supports connection pooling... Take Postgres for >example... The JDBC driver for 7.1.2/7.2 does not support connection >pooling... As I previously said, the new PostgreSQL driver does support pooling. Also, I think that any driver

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 12:17 PM 12/12/01 +1100, you wrote: >Not every database API supports connection pooling... Take Postgres for >example... The JDBC driver for 7.1.2/7.2 does not support connection >pooling... > > >Just wondering if you know that you get a pool automatically when you go to >javax.sql.*. > >-micae

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Amit Kelkar
Users List Subject: RE: Why do i have to keep on restarting Tomcat? At 01:00 PM 12/11/01 +, you wrote: >Does anybody know where i can get a connection pool called DbBroker from >www.javaexchange.com, as it appears as though javaexchange no longer exists Just wondering if you know that you

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Craig R. McClanahan
On Tue, 11 Dec 2001, Micael Padraig Og mac Grene wrote: > Date: Tue, 11 Dec 2001 06:45:22 -0800 > From: Micael Padraig Og mac Grene <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subj

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 02:40 PM 12/11/01 +, you wrote: >I believe DbBroker is more a connection pool manager > >Muhammad Every connection pool inherently has a pool manager. Otherwise it would not work. Are you familiar with DataSource classes? Just trying to be helpful. I think you are probably headed the

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Muhammad Akhtar
I believe DbBroker is more a connection pool manager Muhammad -Original Message- From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 2:33 PM To: Tomcat Users List Subject: RE: Why do i have to keep on restarting Tomcat? At 01:00 PM 12/11/01

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 01:00 PM 12/11/01 +, you wrote: >Does anybody know where i can get a connection pool called DbBroker from >www.javaexchange.com, as it appears as though javaexchange no longer exists Just wondering if you know that you get a pool automatically when you go to javax.sql.*. -micael -- To

Re: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 10:39 AM 12/11/01 +, you wrote: >I am currently using Tomcat to serve my JSP's, i know nothing of the way >JSPs work, my problem is everyday i am having to go onto these live servers >and physically restart Tomcat because the website is throwing back error >500s, once restarted however it i

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Guillaume Mathe
Hi, Original message from: Randy Layman > Broken Pipe and Connection Reset by Peer exceptions indicate that >the client web browser closed the connection before the server was ready for >it to happen. At least with Tomcat 3.2 and 3.3 these errors are not a >problem - they do not cause tomc

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Muhammad Akhtar
: RE: Why do i have to keep on restarting Tomcat? Broken Pipe and Connection Reset by Peer exceptions indicate that the client web browser closed the connection before the server was ready for it to happen. At least with Tomcat 3.2 and 3.3 these errors are not a problem - they do not cause

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Randy Layman
, December 11, 2001 6:07 AM > To: Tomcat Users List > Subject: RE: Why do i have to keep on restarting Tomcat? > > > logs for tomcat show that it is a 'broken pipe', suggesting > code issues! > > -Original Message- > From: Guillaume Mathe [mailto:[EM

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Muhammad Akhtar
AM To: Tomcat Users List Subject: RE: Why do i have to keep on restarting Tomcat? logs for tomcat show that it is a 'broken pipe', suggesting code issues! -Original Message- From: Guillaume Mathe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 11:04 AM To: [EMAIL

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Muhammad Akhtar
logs for tomcat show that it is a 'broken pipe', suggesting code issues! -Original Message- From: Guillaume Mathe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 11:04 AM To: [EMAIL PROTECTED] Subject: Re:Why do i have to keep on restarting Tomcat? Hi, I have got the same p

Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Muhammad Akhtar
I am currently using Tomcat to serve my JSP's, i know nothing of the way JSPs work, my problem is everyday i am having to go onto these live servers and physically restart Tomcat because the website is throwing back error 500s, once restarted however it is fine (for a while at least), the coders a