Top "Custom-error-pages" questions

Creating, using and customizing error pages to enhance user experience.

Empty page instead of custom tomcat error page

My setting: Apache 2.2 + Tomcat 6.0 @ Windows 2008 R2 64bit static webpages: / servlet: /foo tomcat and apache are connected by mod_jk 404.jsp …

tomcat custom-error-pages
<error-page> tag in web.xml doesn't catch java.lang.Throwable Exceptions

I have a web-app developed with servlet & JSP. I configured my app to throw an IllegalArgumentException if I insert …

servlets web.xml custom-error-pages
Classic ASP : Capture Errors

Is it possible to capture all 500 errors in Classic ASP at a global level? Maybe something in IIS. I'm using …

asp-classic custom-error-pages
How to show the requested URL in a JSP error page?

In the error page I would like to display the URL what the user requested. In my web.xml: <?…

java jsp servlets custom-error-pages
Apache's ErrorDocument directive does not redirect

I have a bunch of ErrorDocument directives in my .htaccess file in order to catch almost all the possible errors …

php apache error-handling custom-error-pages errordocument
How can I make a custom error page in ASP.NET web-pages with WebMatrix?

Believe it or not I tried to look for the answer to this question with a simple Google Search but …

asp.net web-config webmatrix custom-error-pages asp.net-webpages
Asp.net - Web.Config - Custom Errors

How can I set 404 and other error pages using web.config? I have tried adding following block in web.config. &…

asp.net custom-error-pages
How to use custom Errors page in Windows Authentication

I am using asp.net 3.5 web.config to limit access and it works great. <authentication mode="Windows"> <…

.net asp.net web-config custom-error-pages
Custom errors not working with IISExpress

I have a asp.net mvc application and am trying to get custom errors working with IISExpress. Works in Casini …

iis-7.5 iis-express custom-error-pages
How to send status code "500" for generic error page in IIS?

I am using a generic error page using ASP.NET's <customErrors> directive. <customErrors mode="On" defaultRedirect="500.html" …

asp.net iis custom-error-pages custom-errors