How to setup the default run page in WAR file

Can anyone please tell me how to setup the default run page in WAR file using JDeveloper? I want the login page to be the default page of the application. Thanks!

This is usually done in an .XML or other configuration file based on the particular web application container you are using.
For example, in Tomcat Java Container, its the following parameter in the /conf/web.xml file:
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
You will need to look at the documentation for your server container.
thanks

Similar Messages

  • How to change the default code page in SAP?

    My colleague tries to download a report in Excel but she is having some problems with the output as each of the lines are all included in one cell. When I download the same report, my output is fine and the columns in the lines are properly aligned in various columns in Excel.
    I noticed that her code page is 4110 and mine is 1160.
    4110     Unicode UTF-8
    1160     Microsoft 1252, Superset of ISO 8859-1
    As a workaround, I just asked her to modify the code page to 1160 everytime she downloads a report. I want to know how this setting is derived.
    My questions are:
    1) Is there a way to set the default code page?
    2) Is this a problem with the SAP version? If she downloads another SAP GUI, will the issue be gone?
    Thanks!
    Joey

    1, You can change the codepage in SAPGUI: Select the system => Properties => Others
    2, Could be, best is to have the same and most up to date SAPGUI for all

  • How to setup the default warehouse in Sales Order Lines

    I have 3 organizations in one OU like A, B, C.
    and I created a new sales order type for A, the shipping from warehouse is also setup C, but when I create SO, in order lines, the default warehose is A, how to change to C?
    thanks
    Fangquan

    You can write a simple pl/sql logic to get the correct org id. I am assuming that you have two responsibilities in the same operating unit and one should default with A and one should default with C. Both use the same order type.
    When the resp that is responsible for org A, will have org A from order type.
    For resp that is responsible for org C, you can create a pl/sql logic where you read the current responsibility using fnd_profile.value('RESP_ID'). If the resp_id is responsible for C then return organization_id of C.
    You can find example code for order line entity for attribute tax code.
    Let me know if you need anymore info.
    Thanks
    Nagamohan

  • How to set the default start page (login) of apex itself?

    Hi!
    I've successfully upgraded from 3.2 to 4.0! I'm using the pl/sql embedded gateway.
    When I enter the url http://s01:8081/apex I get an error (page cannot be displayed (404)). But when I enter http://s01:8081/apex/f?p=4550:1:1481295403790110 the apex logon page appears and everything works well.
    For testing I turned on debug logging and entered again http://s01:8081/apex
    The trace file contains the following logging entries:
    *** 2010-12-17 14:30:25.825
    *** SERVICE NAME:(SYS$USERS) 2010-12-17 14:30:25.824
    *** SESSION ID:(133.21643) 2010-12-17 14:30:25.824
    Embedded PL/SQL Gateway: (null) HTTP-404 No procedure specified to run
    Embedded PL/SQL Gateway: (wpu.c,626) longjumping back to the beginning
    Embedded PL/SQL Gateway: (wpu.c,488) cleaning up before longjmp
    Embedded PL/SQL Gateway: (wpu.c,513) in init state
    Embedded PL/SQL Gateway: (wpx.c,688) Shutdown has been called
    How can I solve this issue?
    Thanks
    Markus

    Hi!
    Thanks for your reply!
    I'm using apex 4.0 on oracle 10.2.0.4 enterprise edition with the embedded pl/sql gateway. I've to instances on this server (dev and prod). The development instance works without any problems.
    The query returns:
    ORA-24231: Database Access Descriptor (DAD) APEX not found
    ORA-06512: in "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: in "SYS.DBMS_EPG", line 58
    ORA-06512: in "SYS.DBMS_EPG", line 299
    After googling or searching on metalink for the error message I'm redirected to oracle documentation which tells me the reason for the error but nothing about to correct it - that's why I love oracle documentation so much...
    Cause: The specified Database Access Descriptor (DAD) did not exist.
    Action: Make sure the name of the Database Access Descriptor (DAD) is correct and the DAD exists.
    Thanks
    Markus

  • How to delete the default SCORM page

    Hi all, I have been searching this answer everywhere without any luck. I don't this this will be difficult but I am just a bit thick!!!
    Basicly my project is exported to HTML5 on SCORM 1.2, every time I upload to the LMS, the very first page shows a blank white page with a small play button in the middle, my question is how do I delete this page so the user will see my first slide after they click the link.
    Many thanks!

    That play button is a standard part of Captivate's HTML5 output.  The only way to get rid of it is to hack the HTML5 JS code.  I don't have details for that.

  • How to setup the defaults (font, fontsize, fontcolor) for the Content Editor in Acrobat Pro 11.0.4?

    Hi folks, maby you can tell me if there is a way to edit the default font of Acrobat's Content Editor, especial in the add text mode.
    As default, my Acrobat uses Minion Pro in size 12. This drives me crazy, because i have to change this every time i add Text.
    Thanks!

    Unfortunately there isn't but it would make an excellent Feature Request.

  • How to change the default login page

    Hi All,
    I got an issue with the login page. I want to display the Chinses as default, but now it's engish. I have changed the ICX: Language to Chinese at the site level, but it seems didn't take effect.
    And the parameter s_base_lang is still US in the $CONTEXT_FILE.
    grep s_base_lang $CONTEXT_FILE
    <base_lang oa_var="s_base_lang">US</base_lang>
    How can we resolve this issue? Just change the s_base_lang parameter and take adconfig? Please advise.
    Thanks,
    Kevin
    Edited by: Kevin on 2012-9-23 下午4:37

    I got an issue with the login page. I want to display the Chinses as default, but now it's engish. I have changed the ICX: Language to Chinese at the site level, but it seems didn't take effect.Did you bounce Apache (or the application services)?
    And the parameter s_base_lang is still US in the $CONTEXT_FILE.
    grep s_base_lang $CONTEXT_FILE
    <base_lang oa_var="s_base_lang">US</base_lang>
    What was this value before running AutoConfig?
    Autoconfig FAQ [ID 218089.1] -- 16. Which files / profile options get changed when I run AutoConfig?
    How can we resolve this issue? Just change the s_base_lang parameter and take adconfig? Please advise.Login the application > Preferences > Set "Default Application Language" to "Chinese".
    Thanks,
    Hussein

  • How to get the form run time debug log file

    Hi,
    I followed the instruction of Metalink Notes:
    R12: Forms Runtime Diagnostics (FRD), Tracing And Logging For Forms In Oracle Applications [ID 438652.1]
    Option 1: Obtain FRD Trace Using Profile Options
    Method 1: Using profile option 'ICX: Forms Launcher'
    I was not able to get the log file.
    Any suggestions

    This problem is specific to the eBusiness-suite. Try it in an appropiate forum, maybe here OA Framework

  • Hide content ID from the Default checkin page.

    Hi..
    How to hide the default checkin page from the default checkin page. I get a checkin page in my Contribution Folders, where i can checkin items. There i need to hide Content Id.
    I already have rules and profiles which are working to hide Content ID at other places. But here it is not able to hide Content ID.
    I get the heading my that page as "Content Check In Form (Folder) " ..
    Can anyone tell me how to hide "Content ID" for this type...
    Thanks
    Saurabh Anand

    Hi,
    Use configuration variables IsAutoNumber=true at config.cfg file - Content ID (dDocName) is automatically assigned to each new content item upon checkin.
    Thanks,
    Ravinder

  • How to change the default Real-Time Collaboration page?

    Who can tell me how to change the default Real-Time Collaboration page?
    If I want to add my corporation logo in the top of the default page.How to do?
    Thanks!

    Thanks for your help.
    "Click the Sites tab to display all sites and their IDs for your system." But I clicked the sites tab ,it showed "http://hostname:7777/imtapp/app/home.uix". I could not find the siteID parameter from it. Why?
    How to get it from command?

  • 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 do I set the default welcome page for PUBLIC user

    gurus,
    i'm using -
    Oracle 9i Database
    Oracle 9ias Portal Release 2
    QUESTION => how do I set the default welcome page for the PUBLIC user.
    i did the following to achieve this -
    1. logged into portal
    2. clicked on builder
    3. clicked on administer tab
    4. selected PUBLIC user in the Portal User Profile portlet
    5. went to the preferences tab
    6. in the default home page selected a custom page group
    7. logged out of portal
    8. open a new browsere session
    9. type the portal URL and i get the login page ....??
    i'm unable to understand this behavior ... shouldn't i be getting the page group that i set for the PUBLIC user in step 6 above ....
    the second QUESTION is => when the user logs out he/she should see the PUBLIC page set in step 6 above ... but, instead the user sees a page that is as follows -
    Partner Application Name Logout Status [Logout Status]
    Oracle Portal (portal) logout status
    The SSO Server (orasso) checkmark
    buzz.resva.trw.com:7778 checkmark
    infrastructure.happy.resva.trw.com checkmark
    portal1.buzz.resva.trw.com checkmark
    portal2.sylvester.resva.trw.com checkmark
    sylvester.resva.trw.com:7778 checkmark
    so, how can i set the default page for the PUBLIC user and also a page when he user logs out.
    ideas anyone ....?
    thanx a bunch.
    hero

    Hi,
    The sequence of operation you are doing to set the home page for public users is correct. You are getting the login screen as the "custom page group" selected as "home page" has not been granted to public.
    Also, while logging-out, it is normal behaviour to get the screen where it shows the list of partner applications from where user has been logged-out. When you click on "Return" button, you will get to the "home page" set above.
    Hope it clarifies the things.
    Regards,
    Ved

  • Anyone know how to change the default font for the new pages? Apparently it does not even come up when I search the 'Help' section of Pages. The level of incompetence in this new version seems breathtaking

    I cannot find how to change the default font in the new Pages. It does not appear in the Help area when I search for it. I am never sing Helvetica for my standard documents and cannot seem to change it. What am I missing? And why does Pages help not have an easy answer?
    dan

    You open a blank template and change the font to you liking. Remember to also get all the styles changed with new font. Then Save As Template. Now you have a template with the font you like.

  • How to set the default context value for flexfield in OAFramework pages

    Hi,
    I have a page which contains a contexxt value field i.e Flexfields
    To select the context value we have to select the value from drop down
    So Here we want to display the context value immediately when the page is called
    How to set the default valu in this case
    Regards,
    Krishna

    You can set the Attribute category view attribute to the Flexfield context value and call prepareforRendering in the flex bean. Check the dev guide for details.
    Regards
    Sumit

  • How to set the default login jsp page?

    i have written a jsp page called Login.jsp. i want it to be the default jsp page when i type the url "http://localhost:8080" , instead of the index.html of tomcat . how to make it ?

    It's in web.xml, eg. :
    <web-app>
      <welcome-file-list>
        <welcome-file>Login.jsp</welcome-file>
      </welcome-file-list>
    </web-app>

Maybe you are looking for

  • Loaded itunes 7 but will not open

    hi i have loaded successfully version 7 of itunes but it keeps coming up with an error report. no error code number, just keeps asking to send error report or don't send error report. If i click on an itunes song the same thing happens. Please help D

  • Reprint Manual Check

    I crfated a manual check by FCH5 Now the cheque is stolen. I am trying to re-print the same with FCH7 But the error shown is: "Manual Cheques cannot be re-printed" Help me with the solution for re-printing the manually created cheque

  • PS CS5 Crashing in Merge to HDR

    PS CS5 has started crashing in Merge to HDR Pro again.  I thought I had it fixed.  None of the other problems are back, though, so maybe I do have what was happening before fixed.  The crash report is the same for each crash this time, and it always

  • Parsing double

    Hello, I am new to Java and would appreciate a clue as to why the my output has garbage for the one double declared in Main. Any help would be appreciated. import java.text.*; import java.util.*; import java.io.*; import javax.swing.JOptionPane; publ

  • Is it possible to have two iCloud albums in the newest Aperture?

    How to have two iCloud albums in Aperture on a MacBook Pro. Thanks