Replacing default error pages

I want to replace the Error 404 and Error 500 pages in weblogic 6.0sp2
          I have put the following lines (below) into my war's web.xml file and into a
          web.xml file in the DefaultWebApp_myserver/WEB-INF folder but neither seems
          to be coming up.
          For example when I enter in a browser:
          http://servername:7001/
          I get the default index.html page fine. Then if I type:
          http://servername:7001/nonsense.html
          I don't get the 404 error page? Can anyone please help. Is there something
          in the documentation (of which I have found very little) that I have missed?
          Thanks in advance,
          Andoni,
          <error-page>
          <error-code>500</error-code>
          <location>/html/error500.html</location>
          </error-page>
          <error-page>
          <error-code>404</error-code>
          <location>/html/error404.html</location>
          </error-page>
          <error-page>
          <exception-type>java.io.IOException</exception-type>
          <location>/html/IOException.html</location>
          </error-page>
          

[att1.html]

Similar Messages

  • Howto change the default error page in EP

    Hello all,
    I'm trying to find out where can I change the default error page when portal is loading  ("application stoped...") and replace it with my own friendly message .
    Thanks
    Amity

    Hi,
    Take a look at SAP Note 795699.
    Hope that helps,
    Keith

  • Substituting default error pages.

    Hi Starfish:
    I have a problem with error pages.
    I'm using weblgoic7 sp1 now.
    I write code in web.xml in order
    to catch http error:
    <error-page>
    <error-code>404</error-code>
    <location>/error.jsp<location>
    </error-page>
    I put error.jsp in my war file.
    First time when 404 happended, it
    can show my own error.jsp. But since
    second time, error.jsp doesn't work.
    it will display the weblogic's default
    error page. It can't display error.jsp
    until I restart my weblogic server.
    Did you have the same problem?
    sherry

    [att1.html]

  • JSP default error page - not sure where this goes

    So I am not sure where the jsp section of the forums is but Ill post here ....
    Any ways I dont like the look and feel of the current default error page when you throw an error on a jsp so i created my own cutom error page and set that as isErrorPage="true" then in the header.jsp I placed errorPage="error.jsp."
    It doesnt work.
    I have a jsp, a servlet and the error page. the jsp sends information to the servlet which sends the result back. if that servlet throws an error then it should be displayed on the error.jsp page where I told it to...How ever - it just goes to the default error page.
    How do I fix this.
    Sorry if this doesn't belong here not sure where else to put it. and in theory - it is java.

    user8974754 wrote:
    Yes its shown in the jSP. so how do I make the servlet be like "oh...thats the error page I want to display the error on"I'm pretty sure you can't, since it's a JSP mechanism, not a Servlet mechanism.
    And even if it was possible, it's not something that could be recommended.
    A normal way would be to catch the exceptions in your servlet and handle them there (log the exception and redirect to an error page).

  • Replace standart error page

    How can I replace standart error page?
    (when the name of procedure or parameter is wrong)

    In this directory I found pages for 404 errors ets
    But what the file name is for others errors
    (If user enter a bad procedure name or parameter name in url)?
    null

  • Supplying default error page for server errors?

    In my jsp web application, can you specify an error page that the application will go to when encountering unforseen errors (uncaught exceptions, server errors (the DB being down))? All help greatly apprecieated.
    dosteov

    See this thread:
    http://forum.java.sun.com/thread.jsp?forum=45&thread=332605

  • Site Error page?

    I can't seem to find out how to create a "Site Error" page. Any ideas?
    Thanks!!

    Most hosting providers have default error pages configured. For eg. if you're publishing the site to Business Catalyst, you can find the 404 error page in Site Manager -> System Pages but you'll need to manually grab the HTML after exporting the site from Muse and paste it in BC's 404 system page. Muse doesn't natively support this functionality at this stage.
    Alternatively, if you're publishing to a third party host, and if you have configured custom ErrorDocuments <https://httpd.apache.org/docs/2.4/custom-error.html>, you could create these .html pages in Muse and replace them on your server with the ones designed/exported through Muse.
    Thanks,
    Vinayak

  • I want to give custome error page in web dynpro application

    Hi ,
    I want to give custom error page for time out condition in my web dynpro application  .
    Kindly give me a soulation ASAP.
    Thank's and regard's.
    Vikash.

    Refer this :
    default error page
    May be it helps you.

  • Change Image in bulidin error page

    How can I change the oracle image in the buildin error page.
    thanks
    Thorsten

    Thorsten,
    Not sure which page you mean, but if you look in the application attributes, the default error page template is identified. Then edit that named error page template, maybe the image is identified there. If not, please let us know more info.
    Scott

  • Customize the 404 and 500 server error pages

    how can I customize the 404 (http 404 error) and 500
    (internal server error) server error pages?
    Where are the corresponding pages?
    thanks for your help
    Celestino

    Theoretically, quite easily:
    The default error pages can be overriden by any html/jsp/servlet resource. You have
    only to map the error codes with your own error pages within the Deployment Descriptor
    file (web.xml).
    See the documentation for details.
    HTH
    Ales
    "Celestino" <[email protected]> wrote:
    >
    how can I customize the 404 (http 404 error) and 500
    (internal server error) server error pages?
    Where are the corresponding pages?
    thanks for your help
    Celestino

  • Handle exception on server side and display a customized jsp error page

    Hi,
    I am developing a java/j2EE web application using servlet, jsp, ejb3 with JBOSS and ECLIPSE.
    Two cases can occur on the server side :
    1) either I have not an expected result in a method and in this case I want to display an error page (a JSP page I suppose) with a personnalized error message
    2) or I have an exception thrown and I want to display the exception message in the former JSP page
    I don't know how to cope with this problem of personnalized error message (or the message of a thrown exception) with a JSP page.
    Does anybody can help me ? Thank you
    Edited by: xflamant on Jun 20, 2009 10:51 AM

    For the case of an unknown Error, simply use a default error page.
    The redirection to this page can be accomplished by inserting folowing code into your web.xml:
         <error-page>
            <exception-type>java.lang.Throwable</exception-type>
            <location>/WEB-INF/jsp/error.jsp</location>       
        </error-page>Known exception can be caught via a try-catch block.
    Then simply dispatch to the page you want displayed an add an attribute containing the error message to the response object.
    This attribute can then be used in the target page to diplay the error.

  • Oracle Portal Error Page

    Where is the oracle portal error page stored? Can we override the default error page?
    Please advise, thanks.
    The error page shows when object is not found
    Home Help
    Error
    Error
    Object not found. (WWC-50003)
    Back
    Copyright© 2005, Oracle. All Rights Reserved
    The error page shows when user has no permission
    Home Help
    Error
    Error
    You do not have permission to perform this operation (WWC-41415)
    Logout
    Copyright© 2005, Oracle. All Rights Reserved
    Regards,
    Eric

    Actually the two error page shown occurs when the page is not found in the portal builder(Object not found) or the user is not allowed to access the page(do not have permission to perform..). These error page are shown automatically by oracle portal. I like to know where these error page is shown in oracle portal so that i can edit the page to suit my needs like change the header etc.
    I went to the sample error page to edit but the change was not reflected in the two error pages above so these two error pages might be stored in some location such that when either object not found or no permission, the error pages are reflected in the webpage.

  • Internet Explorer does not support error page

    Hey !
    Do you know about a solution to devolp a default error-page define at the web.xml or so that is work together with tomcat, struts and IE.
    Because only when I disable zhe friendly error message in the IE it works together.
    But the conditions unacceptable to me and my web-tool.
    Mathias

    kajbj, you're right about this not being a Java programming problem and this isn't the correct place for this query.
    But it's a very valid problem; IE doesn't respect the custom error pages served up by the server for HTTP 500 status if this setting is enabled.
    horst_skoff, unfortunately you can't do anything about this, it's a browser issue. Read more:
    http://faq.javaranch.com/java/ErrorPageInIe
    http://support.microsoft.com/kb/294807/en-us
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    (Yes I know it's on JavaRanch but I think it applies everywhere)
    ----------------------------------------------------------------

  • Customizing 400 and 500 error pages

    Hello,
    We are using default 404 and 500 error pages, how can I customize these error pages?
    I have changed the default error page under global settings, however it is still not showing the error page which I have changed?
    Could someone help in this regard.
    Thanks in advance
    Message was edited by:
    419365

    Normally those are page not found errors.
    I got the steps from metalink. See below.
    Subject: Changing the default error pages
    Hi,
    Steps mentioned below are used to have customize error message page for http 404 error,you can find out error no. for 'internal server error' and apply same steps.
    1.Create an HTML file (Say test.html) as per your requirement and place it in
    application_home\Apache\Apache\htdocs folder.
    2.Edit the HTTPD.conf file and Uncomment the Local redirects as follows
    # 2) local redirects
    ErrorDocument 404 /test.html
    Save it.
    3. Restart the HTTP server.
    ********

  • Can we customize Error Page?

    Hi,
    I have a validation which returns error message on Error Page. But default error page does not look well.
    Is it possible to change look and feel of Error Page?
    Regards,
    Tom

    Yes - there is an error page template. There's a useful thread on how to customise it here:
    Hidden SQL error code in error page source-URGENT !

Maybe you are looking for