Re: how to show System Unavailable page when Tomcat is down

2004-06-15 Thread Tim Funk
/JDBCVend.htm Liberty JDBC: http://www.multivalue.com/LibJDBC.html - Original message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Mon, 14 Jun 2004 20:10:11 -0400 Subject: Re: how to show System Unavailable page when Tomcat is down To directly answer your question

RE: how to show System Unavailable page when Tomcat is down

2004-06-15 Thread Shapira, Yoav
: http://www.sqlsummit.com/JDBCVend.htm Liberty JDBC: http://www.multivalue.com/LibJDBC.html - Original message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Mon, 14 Jun 2004 20:10:11 -0400 Subject: Re: how to show System Unavailable page when

how to show System Unavailable page when Tomcat is down

2004-06-14 Thread Stephen Charles Huey
Though I'm capable of adding to the JSPs and servlets on an existing site, I'm no web server guru, so I'm having a hard time with this problem. Our database vendor's ODBC driver has issues, so occasionally we have to restart Tomcat (and maybe the driver) to get the website running again, and

how to show System Unavailable page when Tomcat is down

2004-06-14 Thread Stephen Huey
Though I'm capable of adding to the JSPs and servlets on an existing site, I'm no web server guru, so I'm having a hard time with this problem. Our database vendor's ODBC driver has issues, so occasionally we have to restart Tomcat (and maybe the driver) to get the website running again, and

RE: how to show System Unavailable page when Tomcat is down

2004-06-14 Thread Schalk
. :: -Original Message- :: From: Stephen Huey [mailto:[EMAIL PROTECTED] :: Sent: Tuesday, June 15, 2004 12:17 AM :: To: [EMAIL PROTECTED] :: Subject: how to show System Unavailable page when Tomcat is down :: :: Though I'm capable of adding to the JSPs and servlets on an existing :: site, I'm

Re: how to show System Unavailable page when Tomcat is down

2004-06-14 Thread Tim Funk
We put apache in front of tomcat. When we have an outage like this, we use mod_rewrite to redirect everything to our custom error page. Don't use ODBC. Its not meant to be used with java. Use a type 4 driver. -Tim Stephen Huey wrote: Though I'm capable of adding to the JSPs and servlets on an

Re: how to show System Unavailable page when Tomcat is down

2004-06-14 Thread David Smith
To directly answer your question, essentially something has to be listening on port 80 even when Tomcat is down. The only way I know of to do that is to put up some kind of proxy server with a error page. I know Apache can be used that way, Squid looks like it could as well. On the other

Re: how to show System Unavailable page when Tomcat is down

2004-06-14 Thread Stephen Charles Huey
- Original message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Mon, 14 Jun 2004 20:10:11 -0400 Subject: Re: how to show System Unavailable page when Tomcat is down To directly answer your question, essentially something has to be listening on port 80 even when