Customize error-page

Hi all,
May I customize error page for HTTP Status 401 (http authentication error)? I am using <auth-method>BASIC</auth-method> , therefore
<form-error-page>/xxx.jsp</form-error-page> is not working, please advise.
Thx.
Jacky

Use <error-page>/error.html</error-page> element

Similar Messages

  • Customize error-pages in portal

    Hello!
    How to customize error-pages (e.g. error 500, 404, 403...) in an application
    running within the portal (e.g. BEx Web Analyzer) ?
    Via the visual administrator it is possible to customize error-pages for
    a single applications (=> Server => Services => Web Container => choose an
    application => Btn. View => Tab. Pages => Tab. Error Pages)
    - but how to costomize all error-pages for all applications running within the portal ?
    Greetings
    Frank Ruggaber

    Hi madhvika,
    One way you can modify the standard error msgs is using Custom Error msgs which you can define in the web.xml deployment descriptor of your application.
    (/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-infweb.xml):
    Check [custom error pages|http://help.sap.com/saphelp_nw04/helpdata/en/9a/e74d426332bd30e10000000a155106/frameset.htm
    you can use the first method - Error msgs mapped to error codes.You can create your own static html and write your own customised error msg in that instead of the usual 404 error : Resource not found.
    I think the standard error msgs are not stored in portal...not sure though.I think they are defined in the J2EE engine as parameters.Have to chek on that once.
    Or probably if u have KM installed then these error msgs can be directed to a file stored in KM and the respective msg can be displayed.....again storing as static html.
    Reward points if useful.
    Cheers,
    Abhishek
    P.S: How are you?

  • How to customize error page

    Hi,
    Reports 10g.
    I use a validation trigger for a parameter. When it returns FALSE, I have an error page with REP-546: Invalid parameter input.
    Is it possible to customize this page ? Change the text for example ?
    Thank you

    Hi,
    Customization of error messages is not supported.
    Navneet.

  • SAP CRM ISA for B2B B2C How I can set customize error page in SAP J2EE 6.40

    Hi,
    I am trying to change default error mesaage which is comming from SAP J2EE engine in SAP CRM ISA B2B and B2C application.
    I want to set different customize error(400, 401,403,500 etc..) pages designed in HTML in B2B and B2C of SAP CRM ISA application.
    If any one has any idea how to do it pl. let me know.
    Thanks.
    Ashish Patel.

    Hi,
    Except for the application error pages you should also keep in mind that some error pages are generated by SAP Webdispatcher - presuming you are using one in front of your J2EE-Engine 
    You find some information about this type of error pages under  <a href="http://help.sap.com/saphelp_webas630/helpdata/en/f6/3c0b0389cea34ba66f10d62b718a1a/frameset.htm">help.sap.com</a>
    Best regards,
    Frank

  • 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 !

  • UCM JSP - customize error page for document checkout?

    I have written some JSP pages to integrate UCM (aka Stellent Content Server) into a custom application.
    The bulk of UCM functionality is handled with idcserver.ServerBean.
    If someone tries to check out a document that is already checked out, or tries to check in a document that hasn't been checked out, they are redirected from our custom application to a UCM error page.
    I DO NOT want this to happen.
    I would like to handle any check in or check out errors with my own custom error handling page.
    I tried using the following in our JSP check out form:
    <%@ page errorPage="myError.jsp" session="true" %>
    However, UCM cheerfully ignores this and keeps redirecting right to its own page.
    Any thoughts on how I can avoid UCM's error page and substitute my own?
    Thanks in advance,
    Dave

    Hi user4884609, since we can't send PMs in this forum to other users and leaving email address like this is not good practice either would it be possible for you to upload it somewhere and provide the link for at least for like a couple of days? I'd be interested in looking into that component, been looking for something like that.
    thanks,

  • Customize error page of RAISE_APPLICATION_ERROR

    hi,
    i've created a form with a button to call a pl/sql-procedure. the procedure "handles exceptions" by passing them back to portal with RAISE_APPLICATION_ERROR.
    this works fine so far, but i don't want to show the default error message. there should only appear the message, which i passed to RAISE_APPLICATION_ERROR.
    e.g.:
    RAISE_APPLICATION_ERROR(20000,'my error text')
    output:
    Interner Fehler (WWC-00006)
    Unerwarteter Fehler aufgetreten. ORA-20000: my error text
    ORA-06512: in "BMBWK.SYNC_XMLDATEN", Zeile 276
    ORA-06512: in "BMBWK.WBJAHRUNIV_TMP_ASI", Zeile 8
    ORA-04088: Fehler bei der Ausführung von Trigger 'BMBWK.WBJAHRUNIV_TMP_ASI' (WWV-16016)
    desired output:
    my error text
    how can i achieve this?
    regards,
    matthias

    the way we did in forms:
    In form we created additional text field for error messages to show. This form calls procedure which handles exceptions. In order which exception was raised it returns error message, which is displayed in that text field.
    maybe this can give you some ideas ...

  • Customised error page  Urgent help req: !!!!!!!!!!!!!!!!!!!!!!

    Hi Friends ,
    I have a doubt here .
    Is there any way to customize error page in HTMLDB.
    and How can we change error page conditions , like if its an authorization error (not a valid user ) and process error in a page etc..\
    Thanks,
    Kalesh.

    Hi Friends,
    Can anybody help for this..............................
    Thanks,
    Kalesh.

  • 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

  • Customization of Error Page displayed via wwerr_api_error_ui.show_html

    Hello,
    I'm writing PL/SQL-Portlets and use the
    wwerr_api_error_ui.show_html procedure to display some error
    messages. How can I customize the layout of the generated error
    page?
    If this is not possible, how can I implement this on my own? I've
    tried to use owa_util.redirect_url on the occurance of a failure,
    but than the html-code genererated before the error occured is
    still displayed. What do I have to do, to cancel the html-output
    and print the error message?
    Thanks,
    Mirko

    Hi,
    You can use the wwerr_api_error_ui.show_html to print upto three
    separate lines of custom text, with or without hyperlinks.
    You can derive specific error messages from the error stack using
    the wwerr_api_error.get_top or get_errors methods to get the
    error records.
    You could parse the message name, context etc. from the message
    record and even write your custom text.
    So by a single call to show_html you can print something like:
    Error encountered in check_customer(actual context) validation.
    (Print actual error message.)
    Refresh Page ( use hyperlink to p_portlet_record.page_url)
    The spec is:
    procedure show_html
    (p_help_url in varchar2 default null,
    p_text1 in varchar2 default null,
    p_url1 in varchar2 default null,
    p_text2 in varchar2 default null,
    p_url2 in varchar2 default null,
    p_text3 in varchar2 default null,
    p_url3 in varchar2 default null);
    More details in the API reference at:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/
    plsql/doc/sdk14shp.htm
    If you want to do your own HTML, make sure you trap your error
    conditions, keep a record of your specific error messages, and
    then clear the stack. Then just print your error messages as part
    of the calls from the procedure that traps the error condition (
    either show or from the customizations procedures) using htp.p
    calls.
    You could use the owa_util.redirect call, when the user presses,
    say the 'submit/OK' button and then, add parameter for the error
    message name. In the show procedure, first check for the error
    flag and accordingly display your error messages.

  • How do I customize the error pages in Firefox 24?

    I'd like to customize the HTLM/CSS/JavaScript of all the Firefox 24 error pages, i.e. the network connectivity lost, DNS and other standard error pages.

    Hello ekan,
    This can be done, but you're going to need to get pretty dirty to get it done. Ready?
    First, learn about userContent.css:
    http://kb.mozillazine.org/UserContent.css
    http://kb.mozillazine.org/Profile_folder
    Now, the easiest way to learn about the elements on the error page is to go to the source. So, go to the chrome folder in the Firefox program folder, usually C:\Program Files\Mozilla Firefox\chrome in Windows Explorer. Find the file called classic.jar and copy that somewhere else. Rename classic.jar to a .zip file and extract it, preferably to a folder called classic at whatever location you are at. Then, open the classic folder and navigate to ...\classic\skin\classic\global and find the file called netError.css.
    Open the netError.css file in Wordpad (Notepad doesn't seem to work for me because then the lines all run together). See all the code that starts with the # symbol? Those are the things you can easily change. Copy all the #ELEMENT code into your userContent.css file.
    Now you can start making changes to see what you like. I would make small changes at a time to see if it works the way you want. After each change, you need to close and restart Fx. Here's one to get you going:
    CODE: SELECT ALL
    #errorPageContainer {
    -moz-border-radius: 0px !important;
    background-color: red !important;
    That should make the box that surrounds the error message be red with square corners instead of white with a rounded corner border. Remember that before every semi-colon, you need to put !important or the change won't do anything.

  • How do I customize the Firefox 4 error page?

    how do I customize the error message... the one with "server not found" and "try again"

    FF4 combined a bunch of files into [https://developer.mozilla.org/en/About_omni.jar omni.jar] -- unzip it to edit (it's a zip file, unzip to its own folder, don't just do it inside of the firefox folder). It's located different places depending on your OS; in Ubuntu, it's usually in /usr/local/firefox/ or /usr/share/firefox.
    Depends on what you want to edit in the error page, but here are two possibilities inside omni.jar:
    * omni.jar-unzipped/chrome/en-US/locale/en-US/global/netError.dtd
    * omni.jar-unzipped/chrome/toolkit/global/netError.xhtml
    You'll need to redo any changes any time you upgrade Firefox. Back everything up too, just in case!

  • How to customize the "Invalid URL" error page?

    If you type in an invalid page name in the URL you'll get a page with an error message like this:
    Error: Not a valid URL. (WWC-50014)
    Object not found. (WWC-50003)
    Copyright) 2001, Oracle Corporation. All Rights Reserved
    We need to be able to customize this error page!!
    Can't find any documentation on how to do that. Also searched these forums without any luck.
    Any ideas?

    Hello,
    Customize the template it's not complicated.
    You can create a copy of 0BROADCASTING_TEMPLATE70 (e.g. ZBROADCASTING_TEMPLATE70), make some modifications (with BEx Web Application Designer) and assign this template on Broadcasting field of transaction
    RSCUSTV27.
    Even if you are using Broadcast 7.0, this template is 3.x. So, you have to open with Web Application Designer 3.x
    If you want to remove the E-mail field, I think this is ONLY possible via ABAP tables.
    Check the table RSRD_DISTTYPE  (se16 transaction).
    There you can suppress the MAIL distribution type.
    Good luck.
    Edward John

  • Can be customize a error  page

    Hi !
    When I create a User only view ,when This User access a part of Portal that rend a error .I want to customize this error page.
    regad!
    thangtk

    Actually the ErrorPage parameter in the proxy plugin will work only when we redirect the request to some wrong Weblogic port where no/someother application is running.But when the plugin is correctly configured to redirect to a port where our desired application is running, and in this case you bring down the backend server, then you get the same page which I was talking about.I want to customize this page.

  • Customize Error Message Page - Oracle Portal

    Hi,
    Please how i can customize Error Message Page ? or just the page not found ?
    tks
    carlo

    This is documented in the Portal admin guides.
    Make a copy of the standard error page (in the navigator) then change the portal configuration (in builder) and tell it to use your own page.

Maybe you are looking for

  • Confusion about posting, due, doc date

    Hello there, I am very confused by dates used in SBO documents, could anyone please explain for me? For example, We receive an invoice from supplier, which is dated on 1st Oct. And then we input it into SAP on 5th Oct. Based on the payment term, say

  • How to scale sdo_geometry column values?

    Hi, I have two tables with spatial data, but the scales seems to be different in each one: table 1 has values with this format (-56.2344324, -34.2344243) while table 2 has values with the following format (-5623443.24, -3423442.43) that is , on the s

  • Any  IDOC in CRM available to exchange delivery data through EDI

    Hi CRM guyz, Is there any IDOC available post the delivery data with third party from CRM. <b>FYI</b> We are using CRM 5.0. Communication is through EDI signals. Order status(like delivery etc) is flows to CRM from from R/3 Thank you, Pavan Pagolu

  • 11gr2 crsd core dump during failover or start attempt on second node

    Hi, I installed 11gr2 with ASM on one node (solaris SPARC). Then I added another node to this cluster (via addNode.sh script). Than got strange error: If my first node is up, second node is started fine and run well. If I shutdown first node - crsd o

  • Resizing to fit screen resolution

    I'm hoping for someone to be out there that could answer my question as desperation will begin to settle in soon.... I have a website for some coursework I've been studying and would like to present it in 800 x 600 pixels. However it's actual size is