Custom HTTP error page in OBIEE / OAS
It’s possible to change the error pages served up by OAS/Apache by using the ErrorDocument directive. This is widely documented.
However, to get this to take effect in an oc4j application (such as analytics) you need to change mod_oc4j.conf too.
(I found this out from this post here)
Take backups of httpd.conf and mod_oc4j.conf, and then edit them as follows:
In httpd.conf add:
ErrorDocument 500 /500.html
where /500.html is a relative path to your custom document