Override IIS default 404 erorr page with CQ 404.jsp

Hi guys,
Anyone is using IIS server?
I have got the 404.jsp and placed it under /apps/sling/serlvet/errorhandler.
All works well until the page is deployed into production enviornment which is running on an IIS server.
Now whenever CQ gets a 404 page, instead of display the customised 404 page instructed by the 404.jsp, the IIS 404 standard (ugly) page gets displayed all the time.
We don't want to change the IIS configuration to be too specific to point to a single jsp page because there are other things running on the IIS server. Any suggestions on making IIS pass on the 404 error and let the application handle it?
many thanks.

Was a solution to this problem ever found?  We are also experiencing this same issue with CQ5.5 and IIS7.  We followed the instructions for setting up IIS and the dispatcher from the release-notes.txt file found in the dispatcher installation package.  We were advised not to follow the instructions found with in the Day documentation for Dispatcher.
Has anyone else got a custom 404 page to work using IIS7?  And which set of instructions did you follow?
Thanks.

Similar Messages

  • Spry Tabbed Panel Defaults to home page with recordset paging

    I have Spry ver. 1.6.1.  A Spry Tabbed Panel titled "Check Ride Activity Report" (Tab 6)  accesses a mysql database and shows the records in a table format.  Instead of having all the records display at once I want to limit the records displayed to a few at a time. e.g. 5 per page.   I added a recordset navigation bar and set the $maxRows_GetChkRideRecs = 5;  It works but each time the navigation bar "Next" or "Last" or "First" or "Previous" is clicked the page reloads with the default Home page Tab displayed.  The user then has to click on Tab 6  to view the new results.  The url where this can be viewed is at http://Training.reliantair.com.  Is there a way to code this tab so that Tab 6 remains the default tab once it is selected until the user selects another tab?
    I want to avoid putting another  button on the page to accomplish this as shown in the spry utils samples where the user clicks to set the default tab.
    Can this be done within the recordset paging code similar to how it is done on a form submit to keep the focus on the current tab?

    I didn't try the cookie method suggested.  The tab method listed in spry utils does work but requires an additional button, so I came up with this solution.
    In the Head of the HTML document I put this code.  It searches for the query string in the HREF when any of the record paging buttons is pressed.
    <script type="text/javascript" src="SpryURLUtils.js"></script>
    <script type="text/javascript">
    var params = Spry.Utils.getLocationParamsAsObject();
    if (location.href.indexOf("GetChkRideRecs") != -1  && location.href.indexOf("tab") == -1)
      location.href +="&tab=5#TabbedPanels1"; 
    </script>
    Then in the body of the HTML document at the bottom of the page  the tabbed panel widget is changed like this:
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1",{defaultTab: (params.tab ? params.tab:0)});
    The first time a recordset paging link is  clicked the HREF attribute of &tab=5#TabbedPanels1 is added to the location HREF.  Subsequent clicks of any of the links do not change the HREF because the code looks for "tab" and does nothing if it is found.

  • How to default zoom Safari pages with consistency?

    I can't read most default page designs in Safari with my 1920x1080. Everything is too small, not to mention the current obsession with creating vertical pages wasting enough room on both sides of a horizontal monitor to show two pages side by side. The best solution to this problem is a global zoom for all things rendered by Safari, but the mechanism that enables this doesn't seem to work. The reason I want this to work is because I have to manually zoom every page I visit, two to four times. I'm guessing each zoom command activated is about 10% change, but there's nothing to indicate absolute view size. Question has been previously asked in several forms but proposals work inconsistently.
    I created a default CSS file that made things a rmore easonable start:
    body {
      zoom:140%;
    But, this treatment doesn't scale all elements reliably as in the same manner that manually zooming inside Safari does. I presumed all rendering related to the body is affected by this, but the evidence is otherwise. Note that I'm not interested in scaling only text using prefs or the zoom text only mechanism; that leads to similar problems with how elements are designed and interact. My goal is to scale the entire view as designed without using a different screen resolution.
    Most recently, Gizmodo serves as an excellent fail example. If you load the page unaltered, command++/- it will zoom faithfully, but if you use the default style sheet above you end up with mismatched elements like frames and advertisements overlapping each other, or inability to scroll. Sometimes these elements will mate with their frames if you zoom to one extent or the other and return to the desired scale, but not always. This basic zoom fail behaviour happens on other sites depending on how elements relate to each other. The bad behaviour is augmented in V8 because embedded youtube videos seem to be more messed up, scaling the controls but not the embedding window, with perceived mouse lag that makes any interaction worse.
    The default style sheet seems like exactly what is required, so in a Safari rendered world, why doesn't it work as compared to the zoom command? What does the zoom command do that the zoom style doesn't? I can't seem to whittle it down to other than presuming Safari itself is rendering badly, independent of CSS interpretation. I installed FireFox as an experiment but failed to find an equivalent of Safari's default style sheet, although it does perform successfully when using menu commands, the same as Safari.

    Yeah, that's the ticket.
    I haven't seen anything zoomed radically bad like how the CCS option behavespanacea, so AllPagesZoom seems to be executing like a scripted command of the original menu item. Oddly, this editor window has teeny weeny text so it's not a panacea. In just a few new tabs I'm already enjoying not pounding the +key, so I hope the extension is effective in the long run. I'll call this solved, although I think the way Safari behaves is hardly a success.
    Thanks for the advice.

  • Is it possible to set the default font in Pages with Workgroup Manager?

    School district. We use iWorks '09 (currently) and several teachers would like the default font for all students to be a specific font (Comic Sans because of the shape of the letter 'a' and the number '4').
    I know about creating the template and using the template, but that must be done for all student accounts, and must be done again for any incoming new students.
    I would prefer there to be a way of setting this in WorkGroup Manager? I don't see that it is possible though. Or am I missing something?

    You might also consider using color groups with Illustrator. Let me know what you think. It may help you out with projects that use the same color preferences.
    Check out the tutorial here:
    http://www.adobe.com/designcenter/illustrator/articles/lrvid4019_ai.html
    Let me know if this helps you.
    Vicente Tulliano

  • SharePoint 2013 implement simple logout button which do not redirect to default sign out page using JavaScript client object model

    I am using windows authentication in my web application.
    My requirement is to implement a sign out button which will sign out the user without having him to close the browser and application should not ask him to login again.
    I tried following two options:
     1. Redirecting the user to default signout.aspx page " /_layouts/15/SignOut.aspx "
     2. Using "Sign In as a different user" URL " /_layouts/15/closeConnection.aspx?loginasanotheruser=true "
    In first case, user is redirected to default sign out page but he can press "Go Back to Site" link to revisit the site. Another major issue is that the user has to close the browser to sign out from the application completely, which is not desirable
    in my project requirement.
    In second case, the the current user is signed out of the application but if the user has saved the password in browser, he gets signed in automatically to the application.
    I also came across the solution where we replace the default sign out page with a custom sign out page, but I am not sure whether it can be implemented using JavaScript Client Object Model of SharePoint.

    Hi 
    I'm basically looking for the exact answer for the query.
    Meanwhile you need to go through the link mentioned below in order to understand how to do it.
    Debugging and Logging Capabilities in SharePoint 2010
    Indul Hassan
    Microsoft Community Contributor
    http://www.indulhassan.com
    You Snooze.. You Lose !!

  • IIS Blocks pages with a session ID

    [This followup was posted to weblogic.developer.interest.plug-in and a copy was sent to the cited author.]
    Hello,
    I'm having problems trying to get IIS to proxy page requests, which have
    a session ID in them, to a WebLogic 6.0 Server.
    For example, the following page is accepted through IIS:
    http://www.mydomain.com/index.jsp?L=en&C=AU
    The IIS HTTP log indicates a successful match:
    2001-10-29 00:24:54 SYD00142 - 149.44.68.240 80 GET /index.jsp - 200
    Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0)
    However, this URL, which contains session information, will not be
    passed through:
    http://www.mydomain.com/index.jsp;jsessionid=O9k6fLq3!
    8748738969133413066!-1792260880!1234!1235?L=en&C=AU
    The IIS HTTP log indicates an unsuccessful match:
    2001-10-29 00:25:11 SYD00142 - 149.44.68.240 80 GET
    /index.jsp;jsessionid=O9k6fLq3!8748738969133413066!-1792260880!1234!1235
    L=en&C=AU 404 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0)
    The IIS proxy settings are as follows:
    --------------<Start>-------------------
    Executable: D:\bea\wlserver6.0\bin\iisproxy.dll
    Extension: .jsp
    Verbs: All Verbs
    Script Engine: Enabled
    Check that file exists: Disabled
    --------------<End>-------------------
    The iisproxy.ini and iisproxy.dll files are located in 'd:\bea
    \wlserver6.0\bin'. Here are the contents of iisproxy.ini:
    --------------<Start>-------------------
    # iisproxy ini file for IIS and Weblogic proxying.
    WebLogicHost=ozcomapp
    WebLogicPort=1234
    ConnectTimeoutSecs=20
    ConnectRetrySecs=5
    --------------<End>-------------------
    Does anyone know the correct IIS configuration to proxy through pages
    with a page extension containing session information?
    Here is the system configuration:
    OS: Windows 2000 Server (Build 5.00.2195), Service Pack 2
    Web Server: IIS v5.0
    WebLogic version: 6.0, Service Pack 2, Rolling Patch 1
    Commerce Server version: 3.5, Service Pack 1
    Installation directory: D:\bea\WebLogicCommerce3.5
    Thank you.

    Indeed, after speaking with local BEA support here in Australia and
    speaking to MS I'm of the same opinion. However this isn't an acceptable
    solution for the application I'm working on. Path by file extension is
    the preferred method. Does this mean that what I'm requiring cannot be
    achieved with an IIS/WL6.0 combination? Should BEA talk to MS about
    supporting RFC standards like Apache and iPlanet?
    In article <3bf2af90$[email protected]>, [email protected] says...
    I believe this is a limitation of IIS. The servlet spec does say that for
    url rewriting, the jsessionid must be encoded as a path parameter which
    needs the ;.
    SRV.7.1.3 URL Rewriting
    URL rewriting is the lowest common denominator of session tracking. When a
    client
    will not accept a cookie, URL rewriting may be used by the server as the
    basis
    for session tracking. URL rewriting involves adding data, a session id, to
    the URL
    path that is interpreted by the container to associate the request with a
    session.
    The session id must be encoded as a path parameter in the URL string. The
    name of the parameter must be jsessionid. Here is an example of a URL
    containing
    encoded path information:
    http://www.myserver.com/catalog/index.html;jsessioid=1234
    I am unsure as to why IIS does not handle the ;. It should as that is part
    of the HTTP Spec as well.
    Regards,
    Eric
    "Hattie" <[email protected]> wrote in message
    news:3bf28a76$[email protected]..
    Hi!
    Have you found any way to solved this problem? I'm having the samesituation
    now. Could you give me some idea of it? Thanks in advance.
    Hattie
    Emitt Mayson <[email protected]> wrote:
    [This followup was posted to weblogic.developer.interest.plug-in and
    a

  • How to create a 404 page with LabVIEW web services?

    Hi community,
    I guess the question says it all... I have my site up and running but I'd like to create a default 404 page just in case the user mistypes something. How can I do that?
    thank!
    Solved!
    Go to Solution.

    1984 wrote:
    My question is how can I configure LV to display a custom 404 message instead of just displaying the default?
    Thanks for asking if i have problems publishing a page after I wrote in my first comment that I have my site up and running.
    I believe he's telling you to use the same logic that was used to display the error, but instead of displaying an error, display your custom page.  I asked if you had trouble publishing the page because I thought that Shane's clarification post was pretty self-explanatory and that was the only thing I could think that you would be having issues with.  And I guess your site isn't truly up and running if you wanted to display a custom 404 page and was not able to do so.  I would say it was still under construction. 
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Have published iweb site for five years with no problems and just opened a new site and get - 404: Page not found  This error is generated when there was no web page with the name you specified at the web site.-is the problem with iweb or with hosting?  T

    I am sorry if thie is republished-My first time doing this and I am not sure what goes where and where to hear feedback.
    Have published iweb site for five years with no problems and just opened a new site and get -
    404: Page not found 
    This error is generated when there was no web page with the name you specified at the web site.-
    Troubleshooting suggestions:
    Ensure the page you are linking to exists in the correct folder.
    Check your file name for case sensitivity . Index.htm is not the same as index.htm!
    Temporarily disable any rewrite rules by renaming your .htaccess file if it exists
    is the problem with
    iweb or with hosting?
    One Apple tech started to fix Iweb and had to end session and the next said problem with hosting at Network Solutions as it published
    to local folder. NWS has checked sttting a few times-
    Any help would be extremely appreciated as trying to fix this for about five weeks
    Thanks VG
    <Email Edited by Host>

    It's a really bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it. (Even though I've now noticed you mis-spelled it! - anyway, never post your address in a forum.)
    You have a site here: http://virginiagordon.com/www.virginiagordon.com/WELCOME.html
    If that's not the page you are having trouble with, what is that page's URL?

  • Content area should be a white area/page with the first/default role

    Hi All,
    Pealse help me
    When user logs in to the Portal, content area should be a white area/page with the first/default role
    Thanks,
    Jyothi.

    hi,
    simple way, create a static HTML page with your company logo (or empty page) and upload to KM, assign it to existing Home role as a KM document iview that loads first.(make entry point - yes).
    assign the role to everyone group with property -sort priority 10 for role (low compared to all other roles)
    regards,
    mahesh.

  • Setting AAM and IIS binding opens IIS default page

    Hi,
    I'm trying to create an AAM for my existing web application
    http://ABC.domain.net. I add the URL in the Intranet zone
    http://XYZ.domain.net then added IIS binding on each of the WFE servers. I also have the entry in the DNS for this new URL.
    When I try to get to the new site http://XYZ.domain.net it leads to IIS default page as shown below:
    What else I need to setup to get to the actual site? I thought these are the only steps needed. Thanks in advance.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

    Did you create a DNS entry and does it point to the correct IP? What happens if you stop the Default Web Site?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Missing Default Excel page (with three Globes) in BPC Excel client

    Hi,
    I installed BPC Excel client on the user's laptop, installation was succesfull but when I logon the default page with three globes is missing.
    This effects any BPC Excel functionality?
    I tried uninstall and Installing again but no luck..
    Can anyone please suggest how to bring the default BPC excel page?
    Thanks

    Hi,
    Are you accessing BPC via remote? We have the same issue some times with BPC excel. After the initial log in we dont get to see the excel spreadsheet straight away. I click then on the 'home' button or use the 'back' button to see the page with the globes.
    This does not affect any BPC excel functionality.
    Thanks
    Edited by: SreeniP on Oct 25, 2010 1:02 PM

  • Bug report - Copy page with IR raises ORA-3113

    Apex 3.1.2.00.02 on Oracle 9.2.0.8
    When I copy a page with an IR using the Copy Page wizard (from page X to Y in the same app), I get the following error in the Apache log
    I don't change a single thing in the Copy Page Wizard, just accept all the defaults and click Finish and that's when wwv_flow.accept crashes.
    [Wed Aug 26 10:21:56 2009] [error] [client xx.xx.xx.xx] [ecid: 1251296511:xx.xx.xx.xx:7628:0:4981,0] mod_plsql: /pls/public/wwv_flow.accept HTTP-404 ORA-03113: end-of-file on communication channel
    [Wed Aug 26 10:21:56 2009] [alert] [client xx.xx.xx.xx] [ecid: 1251296511:xx.xx.xx.xx:7628:0:4981,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/public/wwv_flow.acceptThe trace file in bdump dir shows this
    *** 2009-08-26 10:21:51.331
    *** SESSION ID:(49.33134) 2009-08-26 10:21:51.329
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x1, PC: [0x101003cb8, 0000000101003CB8]
    *** 2009-08-26 10:21:51.331
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [0000000101003CB8] [SIGSEGV] [Address not mapped to object] [0x000000001] [] []
    Current SQL statement for this session:
    INSERT INTO WWV_FLOW_WORKSHEETS ( ID, FLOW_ID, PAGE_ID, REGION_ID, NAME, FOLDER_ID, ALIAS, REPORT_ID_ITEM, MAX_ROW_COUNT, MAX_ROW_COUNT_MESSAGE, NO_DATA_FOUND_MESSAGE, MAX_ROWS_PER_PAGE, SEARCH_BUTTON_LABEL, PAGE_ITEMS_TO_SUBMIT, SORT_ASC_IMAGE, SORT_ASC_IMAGE_ATTR, SORT_DESC_IMAGE, SORT_DESC_IMAGE_ATTR, SQL_QUERY, BASE_TABLE_OR_VIEW, BASE_PK1, BASE_PK2, BASE_PK3, SQL_HINT, STATUS, ALLOW_REPORT_SAVING, ALLOW_REPORT_CATEGORIES, SHOW_NULLS_AS, PAGINATION_TYPE, PAGINATION_DISPLAY_POSITION, BUTTON_TEMPLATE, SHOW_FINDER_DROP_DOWN, SHOW_DISPLAY_ROW_COUNT, SHOW_SEARCH_BAR, SHOW_SEARCH_TEXTBOX, SHOW_ACTIONS_MENU, ACTIONS_MENU_ICON, FINDER_ICON, REPORT_LIST_MODE, SHOW_DETAIL_LINK, SHOW_SELECT_COLUMNS, SHOW_FILTER, SHOW_SORT, SHOW_CONTROL_BREAK, SHOW_HIGHLIGHT, SHOW_COMPUTATION, SHOW_AGGREGATE, SHOW_CHART, SHOW_CALENDAR, SHOW_FLASHBACK, SHOW_RESET, SHOW_DOWNLOAD, DOWNLOAD_FORMATS, DOWNLOAD_FILENAME, CSV_OUTPUT_SEPARATOR, CSV_OUTPUT_ENCLOSED_BY, DETAIL_LINK, DETAIL_LINK_TEXT, DETAIL_LINK_ATTR, DETAIL_LINK_CHECKSUM_TYPE, DETAIL_LINK_CONDITION_TYPE, DETAIL_LINK_COND, DETAIL_LINK_COND2, DETAIL_LINK_AUTH_SCHEME, ALLOW_EXCLUDE_NULL_VALUES, ALLOW_HIDE_EXTRA_COLUMNS, MAX_QUERY_COST, MAX_FLASHBACK, WORKSHEET_FLAGS, DESCRIPTION, OWNER ) VALUES ( :B71 , :B70 , :B69 , :B68 , :B67 , :B66 , :B65 , :B64 , :B63 , :B62 , :B61 , :B60 , :B59 , :B58 , :B57 , :B56 , :B55 , :B54 , :B53 , :B52 , :B51 , :B50 , :B49 , :B48 , :B47 , :B46 , :B45 , :B44 , :B43 , :B42 , :B41 , :B40 , :B39 , :B38 , :B37 , :B36 , :B35 , :B34 , :B33 , :B32 , :B31 , :B30 , :B29 , :B28 , :B27 , :B26 , :B25 , :B24 , :B23 , :B22 , :B21 , :B20 , :B19 , :B18 , :B17 , :B16 , :B15 , :B14 , :B13 , :B12 , :B11 , :B10 , :B9 , :B8 , :B7 , :B6 , :B5 , :B4 , :B3 , :B2 , :B1 ) RETURNING SQL_QUERY INTO :B0
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    3f64fc090     10065  package body FLOWS_030100.WWV_FLOW_API
    4006611a8      1980  package body FLOWS_030100.WWV_FLOW_COPY_PAGE
    4006611a8      3869  package body FLOWS_030100.WWV_FLOW_COPY_PAGE
    401886520        52  anonymous block
    3ecf09680      1120  package body SYS.DBMS_SYS_SQL
    3fb977730       285  package body SYS.WWV_DBMS_SQL
    3fd2f1448      4278  package body FLOWS_030100.WWV_FLOW
    3fd2f1448     12853  package body FLOWS_030100.WWV_FLOW
    3eaee2850        10  anonymous blockIt seems to be a problem with just this particular page. I am able to copy other pages with IRs just fine.
    As a workaround, I created a Blank page and used the Copy Region wizard to copy the IR region over to the blank page. Same error. Looks like this particular IR's metadata is somehow corrupted?
    Help? Thanks

    I can try. I rarely use the Builder UI to import applications because it is extremely painfu land usually never works but with apex.oracle.com I don't have a choice.
    First, I used the Import function to install my app. After a long time, I got an error
    But the file was already uploaded so I went to the Export/Import repository and clicked on the Install link. I chose the auto assign a new app id and clicked Install and after a long time I got this error.
    So I used the browser's Back button to go back a couple of screens and clicked the Install button and got this error
    Just on a whim, I went to the Builder home page and voilà the application was already there! Hopefully, the import function will be improved soon. But I digress.
    Anyway, I am not able to reproduce this. The Copy Page functions works fine on apex.oracle.com. Looks like it is indeed a 9.2 bug. I will see if dropping and re-importing the app helps.
    Thanks

  • Exporting Objects Style Manager file? And Overriding Preset Defaults?

    Hi,
    We received our upgrade of Captivate 5 from Captivate 4.  I noticed the Captivate 5 does not use design template as it is replaced with Object Style Manager.  I have a question, how do I override objects styles preferences presented to us from a vendor with my department's standard design template?  Also, we have two copies of licensed Captivate softwares installed (One in Austin, TX and one in Washington DC).
    What I am asking is it possible to export a full Style Manager file from one location and share this file with other computer where 2nd copy is installed?  I don't want to export INDIVIDUALLY as I am looking for a full, and complete export?
    Secondly, when we receive a Captivate project from a vendor, they have their own object design preferences and we don't want to use their preferences if we present this simulation onto our Learning Content Management System (LCMS) as we want to override preset defaults with our standard design template, is it also possible?
    I want to make sure that we exhaust all of our options before we downgrade to Captivate 4 from Captivate 5.
    Thanks for taking your time reading this and assistance in advance!

    As you've noted, Cp5 doesn't use Design Templates, and neither does it have anything exactly equivalent to CSS or style sheets that can be applied quickly and easily across multiple projects, as you can do with web pages.
    You can export all styles from a current Captivate 5 project and import the entire style set into another Cp5 project.  However, in current Cp5 functionality the imported styles do not overwrite existing styles that may have the same name, and this includes the default styles.  What you end up with is a lot of additional styles that have the same name with a number appended to the end to differentiate them from existing styles.  Do this once or twice and things can get very messy very quickly.
    We've logged a request for Adobe to consider adding the ability for authors to choose whether or not to overwrite existing styles with identical names on import.  Hopefully this will happen soon.  For the present however, you need to work around the issue as best you can.
    If your vendor sends you a project with an existing set of styles that are customised versions of the default styles, my suggestion is that you create your own style set with unique names (e.g. a two or three letter prefix to identify them in the Object Style Manager lists)  and then import the entire set as a single file into your projects.
    I'm afraid that the bad news is that, since you cannot overwrite styles on import, you will need to apply your new set of styles one by one.  You can use the Apply This Style To option to change all objects of a given style over to your new style, but it's still a rather tedious process.
    There is no downgrade option from Captivate 4 to Captivate 5.  You cannot save a Captivate 5 file as Captivate 4 format. No Captivate version has ever been able to do this as far as I can recall.

  • IWork overrides the default app system

    iWork overrides the default app system. When I select a pages (or keynote or numbers) file, get info, set the default application to Pages '09 and click "change all" it does not honor my choice of default application. It reverts back to the new iWork. I need to use '09 for now but I don't necessarily want to delete the new version.
    Thanks, Apple for making my decisions for me. GRRRRRRRRR
    Anyway to override this? I'm getting tired of "open with" rather than just double clicking files.

    Using Get Info to change all documents to open with Pages 4.3 doesn't work. It will work on individual files, but that could be a lot of files to reset.
    This is what works for me. After I installed the new iWork updates I created a folder on an external drive & named it "other applications." I then moved the new iWork apps to this folder & renamed the applications Keynote 6, Pages 5 & Numbers 3. I have icons for two versions of Pages & Numbers (I rarely use Keynote) in my Dock. Even with two versions of Pages & Numbers running, double-clicking an existing file opens in Pages 4.3 or Numbers 2.3. This should also keep the Mac App Store from nagging you to update.

  • Form Based Authentication on Tomcat with custom index.jsp page...

    Hi there ppl,
    I've got Form Based Authentication working correctly on my Tomcat server but I want to override the default generated index.jsp after successfully logging on. I've tried placing my own index.jsp in the directory that's restricted, but its only overridden by the default one when successfully logged on which displays:
    "Authentication Mechanism FORM"
    This means having to navigate by typing the url in the address bar to another page which is gets really annoying afterawhile.
    Any help on this would be much appreciated,
    thanks already

    Yes there's a default generated index.jsp page that I'm having trouble overriding with one of my own. Have you used Form Based Authentication before? To do so you have edit the WEB-INF/web.xml file by adding:
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Secure Area</web-resource-name>
    <url-pattern>/test/secure/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>admin</role-name>
    </auth-constraint>      
    </security-constraint>
    <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
    <form-login-page>/test/secure/loginpage.jsp</form-login-page>
    <form-error-page>/test/secure/errorpage.jsp</form-error-page>
    </form-login-config>
    </login-config>
    When you attempt to first go to any page in my /test/secure/ directory you get redirected to the /test/secure/loginpage.jsp where you have to login as a tomcat user, when succesfully logged on you get redirected to an index.jsp page which is NOT the one I created in test/secure/index.jsp. Even when I type in the url to go to my own test/secure/index.jsp I still don't get my own one that exists there, but instead get the default one that's generated that displays:
    "Authentication Mechanism FORM".
    Hope that makes more sense.
    I've tried restarting tomcat but it makes no difference.

Maybe you are looking for