| Author |
Custom 404
|
Lara Martin
Greenhorn
Joined: Feb 06, 2002
Posts: 23
|
|
Friends, How do I create custom 404 error pages in weblogic 6.1? Thanks Lawrence
|
 |
ersin eser
Ranch Hand
Joined: Feb 22, 2001
Posts: 1072
|
|
Lara thanks for hanging around but would you kindly read our naming rules and re-register? To do custom error page handling use the <error-page> tag in web.xml <error-page> <error-code>404</error-code> <location>/Whatever.jsp</location> </error-page>
|
 |
William Chang
Greenhorn
Joined: Aug 06, 2003
Posts: 4
|
|
This forum may be very similar as Topic: How to customize the 404 error page for Tomcat . In your example, for your custom 404 error page "/whatever.jsp", does know why the 404 error happens --- the oringnal client's request? I may want to rediect the different requests to different right URL on the purpose. Thanks.
|
 |
 |
|
|
subject: Custom 404
|
|
|