If WebLogic runs out of memory and I have an error redirector (to another JSP page) within my JSPs how do I get the error page to run? Java has just crashed and is therefore not even running. If I change my error handler to point to HTML pages, will the error page(s) be displayed?
Your HTML error page will be displayed if it is not using the WLS webserver. I mean HTML will be displayed if you have another WebServer which is proxing to WLS. If it is using WLs webserver it will not be displayed. As JVM which is running the WLS is ran out of memory. You can fine tune memory by chnaging WLS config parameters. Hope it helps,