On Thu, Jul 9, 2009 at 11:23 AM, Chintan Kachhi<chintankac...@gmail.com> wrote:
> Ok.. here's the thing:
>
> I am having a issue, where the following happens: I am using IBM http server
> as my front end server, and WebSphere as my application server.
>
> I am trying to configure httpserver config file (httpd.conf) to display a
> certain page when my application
> server is down - but that is not working. ( that is I have my http server
> running, but the actual app server is stopped). I tried setting the
> errorDocument directive within the httpd.conf file of the HTTP server to
> display some custom string text in case of 500, 501, 502 or 503 errors, but
> it does not show any of the error messages. Instead, when I try to hit a
> service on the app server, it shows something as follows:
>

Works for me, might want to make sure you have a recent WebSphere Plugin.

I changed the port plugin-cfg.xml to something not listening, and set
  ErrorDocument 500 "whoops.

I got the custom error response.  This won't work if the AppServer is
up/listening and return it's own error response.


-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to