I would like to know what the URL pattern is for a HTTP 404 error page. When a user enters a wrong URL, I would like to know the URL pattern, so that I can customize the error page.
Asked
Active
Viewed 65 times
1
-
1You should be able to add an entry into your `web.xml` file? – Whymarrh Mar 22 '14 at 23:12
-
[You may find this answer helpful.](http://stackoverflow.com/questions/7066192/how-to-specify-the-default-error-page-in-web-xml) – Whymarrh Mar 22 '14 at 23:49