Custom Error page problem



All,
I have placed 404,500,501 error codes in web.xml as shown below and
the url http://localhost/webdynpro/asjkldhjklasdfh displays a custom
error page (here temp_error.jsp) except in case of the url
http://localhost/webdynpro/dispatcher (dispatcher is servlet name and
the corresponding entries in web.xml are shown below)where it is
displaying a Page cannot be displayed ( i require a custom page to be
displayed instead of this).Please help me how to show a custom error
page instead of a page cannot be displayed

</error-page>
<error-page>
<error-code>501</error-code>
<location>/customerrors/temp_error.jsp</location>
</error-page>
<error-page>

<servlet>
<servlet-name>dispatcher</servlet-name>
<display-name>WebDynproDispatcherServlet</display-name>
<description>no description</description>
<servlet-
class>com.webdynpro.serverimpl.defaultimpl.DispatcherServlet</servlet-
class>
</servlet>
<servlet-mapping>
<servlet-name>dispatcher</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>

Thanks in advance.

.



Relevant Pages

  • Re: system tray text
    ... >is it possible to display custom text in the system tray instead of a custom icon? ... You can find more info on displaying balloon ...
    (microsoft.public.vb.winapi)
  • Re: Order of Precedence for Orders
    ... the custom for the jurisdiction in which you are displaying them. ... BTW, no periods in postnominals for the CD. ...
    (rec.heraldry)
  • Re: How to move to specific sections of a large worksheet.
    ... You should check out "Custom Views". ... You can place a "Custom View" window on your toolbar, displaying the view ... worksheet to another, or from one worksheet to another, and have that ...
    (microsoft.public.excel)
  • unable to customize 403-error message
    ... Could any one help me customize IIS error messages. ... web site. ... interested in displaying a custom page for 403 error I tried changing the ... URL for the 403 error in custom error in IIS manager for the specific site. ...
    (microsoft.public.inetserver.iis.security)
  • Re: unable to customize 403-error message
    ... > interested in displaying a custom page for 403 error I tried changing the ... > not be successful in changing 403-error message. ... check the size of your customised html site - there is a certain size it has ...
    (microsoft.public.inetserver.iis.security)