Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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 error 408

843840Sep 19 2008
Hi,
m facing some problem while handling errors in my application.
I want whenever that 408-session timeout error occured in my application , than my custom message(or say JSP )will be shown to user instead of its own message.
We are using j_security_check for authentication.

I have tried doing so using ...
<error-page>
<error-code>408</error-code>
<location>/examples/408.jsp</location>
</error-page>
in web.xml

This is working for 404-Page not found error but not for 408 error.
If anybody have the solution,plz help.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2008
Added on Sep 19 2008
0 comments
232 views