website going down

2004-08-31 Thread Stephen Charles Huey
We had a problem where our website would hang because Tomcat couldn't access the main database over DSN (on another machine), and it was a problem with our vendor's ODBC driver, so we moved to the Linux version (which was more stable). We had created a Watchdog program that would call a JSP with

Re: website going down

2004-08-31 Thread QM
On Tue, Aug 31, 2004 at 06:12:19PM -0500, Stephen Charles Huey wrote: : In other words, as far as I can see, Tomcat must be trying to go to : MySQL to pop up that basic authentication box, but the box never pops up : because I suppose MySQL is hanging for some reason. Generally all we : have to

Re: website going down

2004-08-31 Thread Michael McQuade
, August 31, 2004 7:47 PM Subject: Re: website going down On Tue, Aug 31, 2004 at 06:12:19PM -0500, Stephen Charles Huey wrote: : In other words, as far as I can see, Tomcat must be trying to go to : MySQL to pop up that basic authentication box, but the box never pops up : because I suppose