Customising Web-logics default 404 error page

Posted by Sean McDaid on Stack Overflow See other posts from Stack Overflow or by Sean McDaid
Published on 2010-05-11T22:17:23Z Indexed on 2010/05/12 3:24 UTC
Read the original article Hit count: 248

Filed under:
|

I am running weblogic 9. When I enter an incorrect URL below the application root I redirect 404 request to a customized error page.

Eg. http://localhost:7001/myApp/non-existent redirects to my customised error page.

Is there a way to do this for all incorrect URLs entered, not necessarily below the application root?

Eg. http://localhost:7001/anything_non-existent should redirect to my customized error page, not the web-logic default one?

Thanks

© Stack Overflow or respective owner

Related posts about weblogic

Related posts about redirect