Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 65581 invoked from network); 26 Feb 2004 17:44:58 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Feb 2004 17:44:58 -0000 Received: (qmail 23935 invoked by uid 500); 26 Feb 2004 17:44:30 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 23729 invoked by uid 500); 26 Feb 2004 17:44:29 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 23708 invoked from network); 26 Feb 2004 17:44:29 -0000 Received: from unknown (HELO sccrmhc12.comcast.net) (204.127.202.56) by daedalus.apache.org with SMTP; 26 Feb 2004 17:44:29 -0000 Received: from comcast.net (pcp725580pcs.arlngt01.va.comcast.net[68.49.187.119]) by comcast.net (sccrmhc12) with ESMTP id <2004022617443201200aoh4ve> (Authid: christopher.d.schultz); Thu, 26 Feb 2004 17:44:32 +0000 Message-ID: <403E307F.5070106@comcast.net> Date: Thu, 26 Feb 2004 12:44:31 -0500 From: Christopher Schultz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Displaying a 'down' page with mod_* / Apache X-Enigmail-Version: 0.83.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig70698655E1A9ED0EB6742958" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --------------enig70698655E1A9ED0EB6742958 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit All, I was unable to find anything like this on the mod_* howtos or in the archives. Sorry if I missed somethign blatently obvious. I would like to display a 'down' page when tomcat is not running and the user hits a URL that gets mapped to a worker. Do any of the existing connectors do this sort of thing? Ideally, it would be something like this: JkNoConnectionPage /sorry-app-down-for-maintenance.html ...or something like that. I don't want to just catch error 500 in Apache and use the down page for that, since 500 can occur for any number of reasons -- not just Tomcat being unavailable. I'm currently using mod_jk 1.2.5, but will consider switching to another mod if one supports this kind of thing. Thanks, -chris --------------enig70698655E1A9ED0EB6742958 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFAPjB/9CaO5/Lv0PARApcXAKCCACTciFO5rxKYXAenph+sVwBeHQCfVsqs UYkmGEm1mAkL0zDYRm98M5A= =BM2/ -----END PGP SIGNATURE----- --------------enig70698655E1A9ED0EB6742958--