Re: Replacing no instance / app not found with custom 404 or similar
Re: Replacing no instance / app not found with custom 404 or similar
- Subject: Re: Replacing no instance / app not found with custom 404 or similar
- From: Jon Nolan <email@hidden>
- Date: Mon, 16 May 2011 10:08:49 -0600
- Organization: Loch Garman
Standard WebObjects deployment under Apache (keep in mind you'll return the same file for http://www.host.com/missing-image.jpg, etc.)
ErrorDocument 404 http://www.host.com/path/rc404.html
Servlet deployment under Apache:
ErrorDocument 503 http://www.host.com/path/rc503.html
In my opinion the 404 response for a missing/down WOApplication is incorrect. Should be a 503 especially for a service that is configured but not currently working.
On 5/16/11 9:34 AM, Henrique Gomes wrote:
If I remember correctly it's the 'Redirect URL' on the Site tab o JavaMonitor.
Henrique Gomes
On May 16, 2011, at 4:13 PM, Karl wrote:
Hi,
Does anyone know of a way to replace No Instance or App Not Found messages with a friendly static page? Such as when taking an app down for upgrade or maintenance?
Possibly some Apache config for it?
Thanks,
Karl
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden