Easy URL Address for APEX Applications?

I have an APEX Application with a URL like:
http://www.domain.de/pls/htmldb/f?p=105
and it would be nice if the url would be like:
http://www.domain.de/topic
I have searched for Apache and Alias entries, but most of them are matching through directories and not for simple links.
Hope anyone could help.
Message was edited by:
Oliver Lemm

both solutions seem to be not so easy to understand.
the blog solution produces errors and where do i have to put:
my $configfile = "/export/home/oracle/HTMLDB/htmldbvirtual.conf";
i testing on a windows system at the moment, later on unix
the other solution in the posting from Jes i tried it like that:
<VirtualHost *>
          ServerName localhost/test
          ServerAlias localhost/test
          ErrorLog /wwwlogs/error_log
          CustomLog /wwwlogs/custom_log combined
          ProxyPreserveHost On
          RewriteEngine On
          RewriteRule ^/$ /pls/htmldb/f?p=101:1 [R]
          ProxyPass /pls/htmldb http://localhost:7777/pls/htmldb
          ProxyPassReverse /pls/htmldb http://localhost:7777/pls/htmldb
          ProxyPass /i http://localhost:7777/i
          ProxyPassReverse /i http://localhost:7777/i
          </VirtualHost>
but it dont works, what do i have to change?

Similar Messages

  • Is there a way to prevent Robohelp WebHelp from appending characters to the end of the URL address for a TOC Entry?

    I am running RoboHelp 10 on Windows 7 Enterprise SP1 64 bit OS.
    WebHelp is appending characters to the end of the TOC entry's URL address. The characters "bc-n" where n is a number are being generated for all of the TOC Page Entries when I generate WebHelp output. We are exporting the HTML files for import into an application. The TOC Page Properties Link to: property does not contain the characters in RoboHelp.
    We have standardized names defined for our application and the appended characters are not going to work in the application.
    cid:[email protected]
    When I use the generated html output in IE10 Version 10.0.9200.16635 Update Versions: 10.0.7 (KB2846071) the characters show up in the URL when I hover the mouse over the TOC entry as shown in the screenshot below.
    cid:[email protected]
    The two screenshots show that the Link to property does not have the characters "bc-7" but the URL address does.
    Is there a setting or way to configure RoboHelp to prevent Robohelp WebHelp from generating and appending characters to the end of the URL address for TOC Entries?

    I have never known Rh add any characters so I think something else is at play here. Please open one of the sample projects and see what happens there. Click Open on the RoboHelp Starter page and then click Samples in the ribbon on the left.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Configure Logical Address for Web Applications-Hyperion 11.1.2

    Hello,
    I have f5 load balancer infront of two foundation servers and I have not yet configured the Logical address for web applications with Loadbalancer DNS name/hostnmae. I can access all of web applications through Load Balanced URL. Do I Still need to configure Logical Web Address for web applications ?
    Thank you so much !

    To add to this part of the reason for load balancing is usually to support high availability (in addition to scalability). Without that logic address being setup you will find certain configuration items are pointed to one server or another and if that one server is brought down it impacts key functionality of the whole environment.
    You should consider a test of the infrastructure by purposely bringing down services and/or servers to ensure you still have a fully working environment with the other redundant components. This test may take half a day to several days to really go through a full regression test of key features while taking key pieces down.
    Regards,
    John A. Booth
    http://www.metavero.com

  • WD ABAP - Reading the URL Parameters for FPM application

    Hi,
    As per the Custom requirment,
    I want to pass URL parameters for WD ABAP application (sap/bc/webdynpro/dbm/app_veh_cus_search) which uses FPM.
    example: sap/bc/webdynpro/dbm/app_veh_cus_search?Customer=12345&fromExternal=true
    I am facing difficulty in reading the URL parameters.
    How to read/get the URL Parameters for an FPM WD ABAP application????
    Observation:
    I tried reading the parameter in Window --> HANDLEDEFAULT method. But could NOT read the Parameters from here for FPM application whereas if I create a Z Custom application then I could read the URL Parameters. so the issue is in reading the URL Parameters for FPM application.
    Kindly support
    Regards,
    Hussain

    Hi Hussain,
    You can do this either with the methods of interface if_fpm_parameter...
    DATA lo_param TYPE REF TO if_fpm_parameter.
    lo_param = cl_fpm_factory=>get_instance( )->mo_app_parameter.
    CALL METHOD lo_param->get_value
        EXPORTING
            iv_key   = parameter_name
        IMPORTING
            ev_value = parameter_value.
    or a more generic approach using class cl_wd_runtime_services...
    cl_wd_runtime_services=>get_url_parameter
    Cheers,
    Amy

  • Can anyone provide a simple css file for Apex Application

    Hi,
    Can anyone provide a simple css file for Apex Application please don't mention W3schools link to learn...
    Regards,
    Pavan

    in each item have ..HTML Form Element CSS Classes .e.g style="color:red",  you can change whatever you want!
    or using CSS at page header level.
    check the page: http://apex.oracle.com/pls/otn/f?p=25110:3:0:::::
    more css and JS file in Google drive(If my application/js/css breaks your computer, your database, your car's transmission anything it's your fault not mine, I have nothing to do with it and will deny all responsibility.)

  • Can I add my iCal url address for TripIt onto the internet iCal?  I have it on my Mac and iPhone iCal already.

    Can I add my iCal url address for TripIt onto the internet iCal?  I have it on my Mac and iPhone iCal already.

    Oscar,
    Have you followed the steps outlined in: Sync Online or Mobile Calendar with Travel Dates - TripIt?

  • How I can use my domain name for APEX Application at Oracle Cloud?

    Hello,
    1. I have for example my-custom-domain.com and want that my customers use this domain to login at APEX Application at Oracle Cloud.
    I don't want that my customers see https://blablabla.db.us1.oraclecloudapps.com/apex/ and see instead of my-custom-domain.com :)
    How I can do it? Don't find any technical information about it...
    2. Can I use my ssl certificates for my domain for Oracle Cloud Instance?

    may be I don't understand you right...
    I have trial instance and test application here at https://database-trialajnn.db.us1.oraclecloudapps.com/apex/f?p=1500304
    database-trialajnn.db.us1.oraclecloudapps.com - it's 216.131.136.193 IP
    I write to my domain this IP = login.ds24.ru
    But when I test https://login.ds24.ru/apex/f?p=1500304
    It is not work and write that url is wrong for this ssl sertificate
    If I understand you correct now it's impossible use simple URL to login at application for example login.ds24.ru

  • Using descriptive name for apex application

    hi all.
    hope every one is fine.
    i intend to use a more descriptive name for my apex application like host:port/stat instead of http://localhost:8080/apex/f?p=4500:1001:732434041939432::NO:::
    i created procedure stat for public access as follows
    +code start {+
    create or replace procedure stat
    as
    start_page varchar2(200) := ':APP_ID:101';
    begin
    f(p=>start_page);
    END;
    +} code end+
    but when i goto the URL host:port/stat, dialogue box pops up as follows:-
    the site says xdb
    username
    password
    how to resolve this. immediate help is requested.

    Instead of using the app_id in the url, you can use the application alias..: https://istudy.ses.pdx.edu/i/doc/bldr_attr_standard.htm
    Thank you,
    Tony Miller
    Webster, TX

  • Installer for apex applications

    db11gxe , apex4.0 , firefox 24 ,
    hi all ,
    i have finished my app , and i want to install it on the customer's pc ,
    there is a program called actual installer to install my app , but it only works for windows apps ,
    what is the alternative for apex apps
    what program can i use to install my apex app on the customer's pc ?
    thanks in advance

    what happens if something happens to the server ,
    If that's your concern, then perhaps you need to purchase a piece of cloud.oracle.com
    i want the user to do this himself
    Despite what the OracleXE install wizard is like, deploying a production application is a little more involved - hence my comment regarding professional help
    You can script the release of an apex application
    APEX_APPLICATION_INSTALL
    I can't emphasise enough - the Oracle database is a little bit more involved than just downloading & running something like Textpad.

  • Keyboard shortcuts for APEX applications

    Hi,
    I want to add shortcut keys to my APEX application. I have already allowed users to show report, save and delete data using F-keys – I made it with javascript and doSubmit(request) function, invoking pl/sql procedure on F-key press.
    Unforutnatelly I don’t know how to invoke something else than pl/sql procedure or request. In my application I have several buttons, most of them are connected to procedures but one, that should have shortcut, invokes JS function. The problem is that I want to have one shortcut function for whole application and put it into library. So that procedures on each page has the same request, and it works very well, but I can’t simulate this way clicking on button with JS. JS invoking by this button is different for each page so I can’t just replace doSubmit() with it.
    Do you know any way to simulate clicking on the button or create shortcut for it? Button is displayed as <A> HREF with <IMG>.
    Regards,
    Przemek

    Time and motion studies in terms of Gilbreth‘s therbligs do not favor your approach. The keyboard lies in the heart of the area of minimall motion requirements. The mouse requires more movement to accomplish the same task. It’s all in what’s comfortable with the user, regardless of efficiency, or what the user’s bent may be for finding other ways. Antagonistic responses are oxymoronic in terms of the definition of “help”: verb sap.
    Message was edited by: alibi . . . I needed to get around the program’s ill informed decency standards. “Bent” is a poor substitute for l*u*s*t.

  • Oracle DB licensing for APEX applications

    Scenario:
    Currently we use Oracle EE 10g with an intranet application system(using oracle technology stack) and let's say the # of named users are' X'. We are considering using APEX for a customer faced application so that customers can view their information online. The # of customers that use the APEX based application would be 5000.We are planning to go for custom authentication where by customers register themselves and use e-mail id as their userid.
    Questions:
    1. I was told that we could create a generic user for our customer(s) so that they could all log into the database
    as one named user so that the # of named users are X+1. Hence it just requires an additional named user license. If so, how that generic user works?
    2. With one application user with multiple connections, how does the licensing model differs to the one that we currently have?
    3. Using APEX, if an application(public user) is deployed in production and public(unlimited # of users) access the application, how does the licensing for Oracle database affects. Do we need to go by processor based licensing? Is so, it is very expensive and could be cost prohibitive. Is there any cost effective solution?
    I have gone through the following thread Re: How is an Apex solution priced if one is using standard 11g? However, I am looking for a specific answers my questions above.
    Thanks in advance.

    John is correct. Named user has NOTHING to do with database users / schemas. Just because your whole app runs as one schema does not mean you only need one named user. Named users are people, no matter how they connect. As John stated, if you have an additional 5,000 users, you'll need to up your named-user licensing by 5,000. However, per-CPU licensing is probably much more cost-effective with those numbers.
    As for more cost-effective options, there are several. It might be much cheaper to use a cheaper version of the database on a different machine. You could take a look at Standard Edition (SE), Standard Edition One, or even XE (free). It all depends on what features you need.
    Since you are going from Intranet to Internet, make sure you consider the security implications carefully. At the very least I would make sure the HTTP Server is NOT on the same machine as the Database. I would put the HTTP Server in your DMZ and your Database either fully inside your intranet or at least a behind a second firewall. You should probably review "Project Lockdown" for more details:
    http://www.oracle.com/technology/pub/articles/project_lockdown/index.html
    Tyler

  • Load balancing URL setup for planning application 11.1.2.1

    Hi Gurus,
    There is an existing planning environment with Weblogic/ Oracle HTTP load balancing setup. I just would like to know where would exactly be the generic/ common URL (the URL without actual servername) configured for planning and SmartView?
    Is there any properties file (weblogic/ HTTP) where we will mention those details?
    Thanks,
    Siva

    I am not sure I get what you are asking but planning can be accessed through workspace or by
    http://<ohs_server>:19000/HyperionPlanning
    and Smart View http://<ohs_server>:19000/workspace/SmartViewProviders
    If you want to understand about the configuration you can run a registry report.
    Cheers
    John

  • How to design tables for Apex applications?

    Hi,
    I am learning Apex . I have one question.
    Considering normal tables, I have primary key (some single column and some composite) for my tables.
    But I learnt that Apex works well when we have primary keys using sequences.
    So Should I do the following now.
    1) Add a new column to all my tables which gets populated from Apex directly and make that column as primary key
    2) Create a sequence to associate each such primary key
    3) Make the actual primary keys as Unique keys + Not null constraints
    Thank You

    Why are you designing your tables o suit the tool? What happenes when you change development products? You SHOULD develop based upon SOUND database design methods. Use of surrogate keys IS a prefered development method, since use of multi-key (Composite) keys is known to be a pain for multiple reasons..
    Take this small bit of knowledge.. Design you database properly for an interface and you will NOT have issues..
    Thank you,
    Tony Miller
    Raleigh, NC

  • What is URL address for Mozilla Firefox start page

    When I click on Bookmarks, then scroll down to Mozilla Firefox Start Page and click on this, I receive this notice:
    "URL is not valid and cannot be reloaded."
    When I go to History section "Restore Previous Session" is not "highlighted".
    How do I "reload the URL for the Start Page??????

    '''<u>Firefox default home page</u>'''<br />
    If you are referring to the Google/Firefox home page with the Google search, a new version has been built-in to Firefox; it appears that Google is no longer maintaining their old page since the new built-in version is available in Firefox.
    To get the new built-in default home page, change your home page to '''''about:home'''''
    *See --> https://support.mozilla.org/en-US/kb/How%20to%20set%20the%20home%20page
    EDIT (Added): You can also type '''''about:home''''' in a blank tab to get the new page; you can then Bookmark that page, if you wish.
    '''<u>Restore Previous Session</u>'''<br />
    #Be sure that you are saving history:
    #*Options > Privacy > [X] Remember my browsing history
    #*See --> https://support.mozilla.org/en-US/kb/Options%20window%20-%20Privacy%20panel
    #Be sure that you are not in Private Browsing and do not automatically start in Private Browsing
    #*See --> https://support.mozilla.org/en-US/kb/Private%20Browsing
    #Be sure not to clear history when using Clear Recent History or when exiting/closing Firefox
    #*See --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *'''''Adobe PDF Plug-In For Firefox and Netscape''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • URL shortcuts for webdynpro applications

    I would like to have a iview as shortcut to windows desktop which receives parameters in URL.
    How can we achieve this.
    Thanks

    Hi Ayyapparaj,
    Thanks for the reply...i have used the code given by you...and i got an error
    "com.sap.tc.webdynpro.services.exceptions.WDIllegalArgumentException: Invalid deployable object part type: Component"
    i have included this code in component controller in Modify View method
    try{
                WDDeployableObjectPart deployableObjectPart =  wdThis.wdGetAPI().getComponent().getDeployableObjectPart();
                String appURl = WDURLGenerator.getApplicationURL(deployableObjectPart);
                wdComponentAPI.getMessageManager().reportSuccess(appURl);
           catch(Exception ex)
              throw new WDRuntimeException(ex);      
    Please let me know how  to proceed further
    Thaks & regards
    Swetha
    Edited by: Swetha Nellore on Feb 24, 2009 10:04 AM

Maybe you are looking for

  • How can I find what Event a photo is in when that photo is found via Faces?

    I've stumbled upon a photo via the Faces category. I do not know what Event this photo exists in, but I'd like to know (this same issue can occur with a photo found via Places of course too). How do I find out what Event this photo exists in? Of cour

  • Set Data

    Hi 1. I am trying to use the SET data functionality from the System- Userprofile. The data is getting"SET" but next time if i execute the same transaction then i dont see the set value. example: 1. In Tcode VA01 for me the plan and the sales area doe

  • Restored vault on a new Mac and the projects and albums show up but there are no photos.

    I recently purchased a new MacBook Pro.  I currently have about 33,000 photos on an older MBP.  I created a vault (I thought) of my old Aperture library and saved it to my Time Machine.  I restored it to the new MBP, which took forever, but after the

  • E-Rec: PA40 to hire

    Hello Experts, I am on implementation project of SAP E-Rec, with Ehp5 where E-Rec is on different box. As its the new system which we are trying to setup. I just want to know till we create ALE and setup ECC box, can I use E-Rec box to hire employees

  • Lenovo G460 Windows7 32bit

    hi guys..  please help mee. i just installed windows 7 32bit ... and then the fan always running with big sounds from the fan.. used to when i was running with windows xp, the fan worked occasionally without any sound and vibration from the fan,,, Th