Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8748631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:33:34+00:00 2026-06-13T12:33:34+00:00

I have created a 404 page and am currently testing it with a simple

  • 0

I have created a 404 page and am currently testing it with a simple page request that I know does not exist. This code will show the error page I have made (aka the result I want).

<!-- CONFIGURATION FOR ERROR PAGES -->
<error-page>
    <!--<exception-type>java.lang.Throwable</exception-type>-->
    <error-code>404</error-code>
    <location>/videoNotFound</location>
</error-page>

However, this code will show the apache tomcat default error page

<!-- CONFIGURATION FOR ERROR PAGES -->
<error-page>
    <exception-type>java.lang.Throwable</exception-type>
    <!--<error-code>404</error-code>-->
    <location>/videoNotFound</location>
</error-page>

Any ideas why this is occurring, or what I could try to maybe fix this problem? Even though option 1 works, I prefer option 2 because I do not want to have a specific error page for each exception type.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T12:33:35+00:00Added an answer on June 13, 2026 at 12:33 pm

    404 and java.lang.Throwable are two very different error conditions triggered under different circumstances. the 404 like you’ve tested yourself is triggered by requesting a non-existent/unreachable resource and the java.lang.Throwable is an error condition that occurs as a result of an internal server/programming error, and it’s represented by the http status code 500. This condition, you cannot simulate by simply accessing an unreachable resource; the nature of 4xx status codes generally is that they’re thrown before the request even gets to your web application while the 500 series error codes are mostly web app generated. The only way to test for this is to throw an instance of throwable Exception or Error within your web application code.

    In the end, you will have to have two separate error-page definitions, one for container-related errors (essentially the 4xx status codes) and another for the 500/throwable type error conditions

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using IIS 7.5 I have created a custom 404 (and 403.14) error page that
The CodeIgniter has a very simple default error 404 message: 404 Page Not Found
I have created a module that works on my Windows XAMPP installation. Testing on
I have created some JQuery that will expand a div 'popup' on hover and
I have created an android application that calls (using kSOAP library) a SOAP based
I have created a custom post type named People. I have created a page
I have created a function that shows/hides different messages according to a combination of
I have created a dialog and got a problem that only part of the
What is this page for? I have an entry in the configuration file... do
I have created a virtual directory on the IIS (IIS 5.1 that's what i'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.