-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Eric,
Eric B. wrote: > I've currently got an apache/tomcat installation using mod_jk to communicate > between the two. Everything works perfectly. The only issue I have is when > I am redeploying my application in tomcat, or decide to stop tomcat > altogether, is that I have no idea how to configure a proper error page to > be displayed to the user. Did you notice that the error message you get has an HTTP status code associated with it? Apache httpd knows how to send pages other than the stock ones, like this: ErrorDocument 500 down.html - This covers "TC not running", I think ErrorDocument 503 down.html - This covers "app isn't ready yet" - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG4Xec9CaO5/Lv0PARArf2AJ0WuHbMuoEM9yzERcOdYkCSX5CCwwCfVSp1 n4hxwLj8KcrLMfnjQ6Y+QxI= =5TO3 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]