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?

Similar Messages

  • 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

  • Global error page for portal project

    Hi
    This is regarding weblogic 8.1.
    We have a portal project which contains several portlets. For handling exceptions
    in a page flow we have a global error page at the project root level and each
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed in the portlet
    context. How can we make this error page to take up the whole screen and display
    it outside of the portlet context so that all other links within the portal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

    Sameer,
    Please post this question to the weblogic.developer.interest.portal
    newsgroup.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Sameer Dalal" <[email protected]> wrote in message
    news:3f4bd37f$[email protected]..
    >
    Hi
    This is regarding weblogic 8.1.
    We have a portal project which contains several portlets. For handlingexceptions
    in a page flow we have a global error page at the project root level andeach
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed inthe portlet
    context. How can we make this error page to take up the whole screen anddisplay
    it outside of the portlet context so that all other links within theportal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

  • Global Error page in portal

    Hi
    This is regarding weblogic portal 8.1.
    We have a portal project which contains several portlets. For handling exceptions
    in a page flow we have a global error page at the project root level and each
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed in the portlet
    context. How can we make this error page to take up the whole screen and display
    it outside of the portlet context so that all other links within the portal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

    Also, you could do this:
    * @jpf:catch type="Exception" method="handleAllExceptions"
    * @jpf:exception-handler
    * @jpf:forward name="errorPage" path="/error.jsp" redirect="true"
    protected Forward handleAllExceptions( Exception e, String actionName,
    String message, FormData form )
    return new Forward( "errorPage" );
    In this case, handleAllExceptions() will redirect to the error page, which
    will bring you out of the portal.
    Rich
    "Subbu Allamaraju" <subbuATbeaDOTcom> wrote in message
    news:3f4cdefa$[email protected]..
    Sameer,
    The portal rendering framework renders the error page inside portlet
    windows to address the most common scenario, where failure in a given
    portlet won't stop users from interacting with other portlets.
    Here are the options you've to address your use case:
    - Handle the exception in the pageflow itself, and do a sendRedirect()
    to the error page. This would bypass rendering of other portlets, and
    user will be redirected to the error page.
    - If the source of the exception is the JSP, you'll have to add some
    javascript in the error page to do a redirect or, better yet, replace
    the markup.
    Subbu
    Sameer Dalal wrote:
    Hi
    This is regarding weblogic portal 8.1.
    We have a portal project which contains several portlets. For handling
    exceptions
    in a page flow we have a global error page at the project root level andeach
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed inthe portlet
    context. How can we make this error page to take up the whole screen anddisplay
    it outside of the portlet context so that all other links within theportal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

  • 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 login page in portal 3.0.8

    To customize the login page you can put an url which points to a database procedure in the table wwsso_ls_configuration_info$. The procedure will then use this url/database procedure to draw the login screen.
    In Portal 3.0.8 the table wwsso_ls_configuration_info$ doesn't seem to exist anymore. Instead there is a wwsso_ls_configuration_info_t table, but when I put an url in this table it doesn't work.
    Where do I have to put the url to make it work.
    arny
    null

    When you update the first table, second one (ending with _T) is updated automatically in Release 2
    regards

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

  • 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

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

  • 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

    Does anybody know how to customize Portal Error Message Page?
    Thanks

    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

  • Urgent- Group Above Report

    Hi, I am facing problem in Group Above report this can be said in the schema of Scott as follows. I have developed group above report on Dept,Emp tables. It is showing all the data but the deptno =40 is not showing. The query used is select * from em

  • URGENT: Error while importing personalizations using Functional Admin Resp

    Hi all, We are facing problem when importing personalizations using Functional Administrator responsibility. We have personalised a standard oracle page in development instance and have successfully exported the personalizations in a file. But when w

  • Ub11b and sp2

    hi, i have problem with ub11b - with windows xp service pack my compuetr carsh to  blue screen when i install last driver (2004-7-5) for ub11b. Please help, thx all. no260

  • Textarea with Read Only Condition Type

    A have a textarea (database field with Varchar2(4000) with the Read Only Condition Type set to Request != Expression 1. Works fine, except that data presented as a long 1 line text (like a Displayed text) when condition meet (no vertical scrollbar).

  • Filing documents in the iCloud

    is there a way to file documents in iCloud by "topic" (e.g. "my thesis") as opposed to by type of document (e.g. pages, etc)?   If not, what's the point??