Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to handle 404 and 500 error

638892Jun 19 2009 — edited Jun 30 2009
Hi,
I am working with jdev 11g.
I want to handle 404 and 500 error pages.
in web.xml i added the following
<error-page>
<error-code>404</error-code>
<location>/common/error404.jspx</location>
</error-page>


but if I forced call on a non existing page i always have the IE default error page 404 page not found.
Kindly advice how can I handle these types of error.

Emile BITAR
This post has been answered by didier - oracle on Jun 30 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2009
Added on Jun 19 2009
10 comments
1,993 views