How to customize the error pages in iPlanet IAS 6.0?

 

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.

Similar Messages

  • How to customize the error messages in web analysis reports

    Does anyone know how to customize the error messages that web analysis shows ,
    I want to customize the below error message with a custom error message
    "Document does not exist or no authorization to open document.Error occurred while loading document"
    Does anyone know how to do this ?

    Rajesh,
    you may want to check these links
    How to the Change the Application Stopped Message
    How to Change the Dispatcher Running, No Server Connected Message
    http://help.sap.com/saphelp_nw70/helpdata/en/65/18fc3f9ec4e669e10000000a155106/frameset.htm
    Thanks
    Bala Duvvuri

  • How to Customize the Error Message when a user enters a wrong password

    Hi Gurus
    Pls Help out me that
    How to Customize the Error Message when a user enters a  wrong password ?
    I need the Help to Customize the messege ?
    How  we can do
    Pls Tell me indetail

    Firstly many appologies I have given you slightly duff information here, I had been editing the file above for email notification texts not logon / password texts.
    The file you need is actually a portal .par file and can be found in the deployment/pcd directory.  The file you need is called com.sap.portal.runtime.logon.par (with a .bak extension at this time). 
    You need to copy this file to a local machine and unzip the contents.  The files you need to edit are contained in a further jar file which can be found in the \PORTAL-INF\lib directory - it is called umelogonbase.jar.  It too needs to be extracted and the file you need to edit is logonMessages_xx.properties (where the xx is the language code you are using).
    In this file you will find lines like:
    NUMERIC_REQUIRED=Invalid new password (must contain digits)
    You need to identify which texts you wish to modify and edit the text to the right of the equals sign.  Once complete rezip the umelogonbase.jar file and then the com.sap.portal.runtime.logon.par (this time name it without the .bak extension.  Then logon to the portal and upload the new par and you should see your new logon messages.
    Haydn

  • How do I customize the error page

    Our IT department has adopted a policy that requires a standard look and feel for all error pages encountered in any web application. To this end I need to be able to modify the error page that shows up on the browser when an unexpected error is encountered or a validation error is sent to a new page.
    How can I modify this page? Is there a template for it, and if so where?
    Any help is greatly appreciated,
    Adam Cumming

    Hello Bhavin,
    I have already started looking at this links (you copied twice Marc Lancaster's page, instead of Roel Hartmans's, which is actually : http://roelhartman.blogspot.com/2009/09/transform-ora-xxxx-messages-into.html)
    I'm focused on Marc Lancaster's solution (Friendly Exception Messages), which is also interesting because it covers Ajax manipulation inside Apex (i'm using Apex 2.1).
    But it seems that the apex.ajax.ondemand(...) line doesn't do anything to my application. Here is the code of this line :
    var lRequest = new apex.ajax.ondemand('test', function(){     
                                                          var l_s = p.readyState;
                                                        if(l_s == 1||l_s == 2||l_s == 3){
                                            }  else if(l_s == 4){
                                            gReturn = p.responseText;
                                            $s('ajax-drop',gReturn); }
                                            else{return false;}
                                              );Because that's the first time I'm trying Ajax, I don't see what could be silly (I just copied the code from Marc's example).
    Here is the application process, called 'test' :
    begin
      htp.p('Hello !');
    end;Thanks a lot.
    Dovik

  • 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 to customize the logout page in release 2?

    In release 1 I customized the login page and the change password page using the example provided by John Riggs. Now in release 2 there is a logout page that we also need to customize. LOGIN_URL in the table WWSSO_LS_CONFIGURATION_INFO$ is 'UNUSED UNUSED UNUSED' by default. I assume that the third UNUSED should be changed to point to the procedure that generates the (custom) logout page.
    Which input parameters does a logout-page-procedure need to have?
    Does anyone have some example PL/SQL code?

    Thanks Malin! The note, 191345.1, seems to be exactly what I'm looking for.
    However, I just can't make it work.
    When I try to deploy my .war file I get the follwoing error message:
    Failed to deploy web application "mysso". Jar file: /tmp/jar45493.tmp is missing its standard xml descriptor located at WEB-INF/web.xml
    My war file does contain a web.xml file! Here's the listing of the .war file:
    0 Mon Oct 07 13:53:12 PDT 2002 META-INF/
    62 Mon Oct 07 13:53:12 PDT 2002 META-INF/MANIFEST.MF
    184 Mon Oct 07 13:52:36 PDT 2002 META-INF/web.xml
    32 Mon Oct 07 13:52:36 PDT 2002 logout.jsp
    The content of web.xml is listed here:
    <?xml version="1.0"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" " " target="_new">http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
    </web-app>
    The web.xml file is located in the ./META-INF folder. The filename is in lower case...
    Is the content wrong?
    Any ideas??

  • How to customize the landing page of Power BI application in a Office 365 Site?

    Hi,
    While we navigate to the Power BI application by clicking the icon from the Site Contents of a Office 365 site, everything is loaded in it.
    But we would like to customize / edit the page, so that all users will see the contents we put in.
    We are SCA / having Full Control on the site but we have limited options in the Power BI application.
    Please provide pointers on how to Edit / Customize the application.
    Thanks,
    Thanan.

    It looks as of now Power BI application on Office 365 doesn't supports any customization.
    Thanks,
    Sagar K 
    (Blog: http://datamazik.blogspot.in/)

  • Customising the error page

    The situation is:
    A portal page is configured that requires login before accessing this
    page. Oracle portal logon server PL/SQL API is used to verify the user
    id, password and privilege. Thus, whenever the user dosen't have enough
    privilege to access this page, the logon server will raise an exception
    and redirect to an error page.
    Now the question is,
    can we customise the error page to fit our needs or can we change the
    error redirect parameter somewhere in Oracle portal.
    Regards
    Mahantesh

    Actually, when a user has insufficient privileges to access a particular page, or area of the product, it is the partner application (in this case the Portal) which delivers the error page -- not the Login Server.
    Unfortunately, the answer to your question is, no. There is no configurable way to customize the error page.

  • 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

  • How do I customize the login page?

    Hi, floks:
    How do I customize the login page?
    Can I just create a page with login portlet in it? what do I put as on Success URL,
    if I choose to go to the home page?
    thanks.
    null

    You can create a page and add a login portlet to it.Make it accesible to public.
    change the default page of the user "public" to the page you have created.(by default it is WELCOME)
    if there is an error in the user name or the password entered the portal still navigates to the default single-sign on page.(You have not changed the sign on page still)
    To change this page look at on-line help.
    search with string "customize" in online help
    null

  • How to change the default Layout Of the Error Page (to hide Home link)?

    How to change the default Layout Of the Error Page (to hide Home link)?
    If a user want to view some page that he/she don't have access to view it, a error page with this message will be displayed.
    "You do not have permission to perform this operation. (WWC-44131)"
    The error page, have in the Upper right page, Home link and Help link.
    My question is, How to Hide HOME link and HELP link in the Page?
    I try to find the template of the page, but failed to do that.
    Can anybody help?..it urgent.
    Thanks.

    Modifying the error page is not supported in the current release of Portal (9.0.2). You will be able to do this in the upcoming 9.0.2.6 release, planned for the end of May.
    Regards,
    Jerry
    PortalPM

  • How to call common error pages for all the exceptions

    Hi All
    I have created the common ErrorPage in my application. In case of any error whether SQL,IO or JBO I want that error page be displayed. In the page definition I have given the errorpage name and also defined the error page as IS_ERROR_PAGE = true.But it is throwing Jbo exception at the top of the page itself.No redirection to the error page is done.
    Though I have gone through various threads in this forum but still its not clear how to get the things working.
    Can anyone please help me out in this regard?

    Hi,
    I assume you mean that you set the error page in the web.xml file. Note that exceptions are handled first by the JSF framework. Please have a look at the developer guide
    http://download-uk.oracle.com/docs/html/B25947_01/toc.htm
    http://download-uk.oracle.com/docs/html/B25947_01/web_val008.htm#CIHHBEEJ
    Frank

  • How to determine if coming from the Error Page?

    Version 4.1.1.00.23
    Hello,
    I have a manually created tabbed form with a collection.
    I've added a validation and set the error message to display on the Error Page to preserve the information entered into the form.
    One of the Select Lists is a cascading list. That list does not populate when returning from the Error Page.  The parent list is populated and does show the value selected before the error was thrown. It's just the list that is based on the parent that isn't populated.
    If I refresh the page the Select Lists are reset and I can access the values normally.
    So, what I think I want to do (and I'm not sure here) is to refresh the page when returning from the Error Page.
    How can I determine if I'm coming back from the Error Page?
    Is there a better solution?
    Please let me know if this isn't clear or there are questions.
    Thanks,
    Joe

    Hello,
    I'm hoping someone can help me with this.
    Thanks,
    Joe

  • How to customize the validation error message

    Hi,
    In my infopath 2010 form, when a required field is skipped, we get a very cryptic error message which is not user friendly. Can anyone please let me know how can i customize this cryptic message with a more user friendly one.
    many thanks.

    Hello,
    There is no straight solution of this problem. You may use data validation rule instead of field validation for validation so you can at least avoid that pop up error message.
    Another way is, make field mandatory via code. you can just remove all field validation then check all fields data via code and cancel the submit event.
    Another way is, add custom button form for submit, then hide this button until form validation is succeed.
    http://blog.parkercomp.com/2009/05/how-to-customize-infopath-error-dialogs.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How can I customize the error message UIX STRUTS ADF

    Hi dear forum:
    I need to customize the error message?
    Error
    Id - JBO-27014: Attribute Id in AppModule.BackupsView1 is required
    Fecha - JBO-27014: Attribute Fecha in AppModule.BackupsView1 is required
    AplId - JBO-27014: Attribute AplId in AppModule.BackupsView1 is required

    Repost:
    I need to customize the error message when I insert a new row with wrong values in ADF STRUTS UIX, where can I changue the default values for the message?

Maybe you are looking for

  • IPod not recognized in iTunes 7.4

    Hi. I recently purchased an ipod nano (1st gen, obviosly) from her, and it fell in the bath a few weeks ago. anyway when i looked at it, it said "Use iTunes to restore". I connected it to my laptop, and opened itunes. i managed to restore the ipod, a

  • Messages are in schedule state

    Hello all,     I done flat file to flat file scenario. In sxmb_moni error showing "scheduled flag for my interface". If i went transaction SMQ2 click on display button then messages are going to showing the status: schedule for out outbound processin

  • Pen tablet issue on cs6

    i am using genuis pen tablet and its not working properly on illustrator cs6 Please help

  • Can't Download InDesign Properly

    I am trying to download the thirty day trial for Adobe InDesign. I have created an Adobe account and I have downloaded the Adobe CreativeCloud. It says on my cloud that InDesign is "Up Tp Date" yet, I can't even find the application on my computer. T

  • Message no.8Z876 No time base defined for the revaluation key -Problem ABAW

    Hello, I have a problem... I have a revaluation area (04: in local currency) and a parallel revaluation area (05: in hard currency) and I have to revaluate an asset, but I couldn't with Tx ABAW. The error is : Message no. 8Z876 No time base defined f