Where to Put Html pages in apps

I am calling some html page from my OAF page, in local i have put all html files in myhtml\OA_HTML\Help\Goods\all html files, and in my page i have given path help\Goods\some.html , its working fine local, but i need to know where to put the Help folder in server.....

actually my servlet that handles the reques from th static page is in
C:\WINDOWS\Desktop\jsdk2.1\webpages\WEB-INF\servlets
which can be accessed by
http://localhost/8080/servlet/Sertlet1
but where should i put the static page test.html such that it has the action attribute set to servlet1
<form action="Servlet1">
i tried to put it in
C:\WINDOWS\Desktop\jsdk2.1\webpages\WEB-INF\servlets
but i can't access it by
http://localhost/8080/servlet/Test.html
thanx.
madhur.

Similar Messages

  • Where to put html pages

    hi!
    i am a beg. in servlets.
    the dir.
    C:\WINDOWS\Desktop\jsdk2.1\examples\WEB-INF\servlets
    is where i place my servlets and i execute them using
    http:/localhost:8080/examples/servlet/MyServletclass
    but can some one tell me where should i place the static html pages that need to post data to the servlet
    i.e.
    <form action=servletclass method=post>
    in which dir. should i place the html page.
    thanx
    nadhur.

    actually my servlet that handles the reques from th static page is in
    C:\WINDOWS\Desktop\jsdk2.1\webpages\WEB-INF\servlets
    which can be accessed by
    http://localhost/8080/servlet/Sertlet1
    but where should i put the static page test.html such that it has the action attribute set to servlet1
    <form action="Servlet1">
    i tried to put it in
    C:\WINDOWS\Desktop\jsdk2.1\webpages\WEB-INF\servlets
    but i can't access it by
    http://localhost/8080/servlet/Test.html
    thanx.
    madhur.

  • Where are the html pages located?

    Can anyone let me know where the html pages are located? I have to send a webpage via internet explorer to a sharepoint server.

    "As far as I'm aware you can't see individual pages as files as such as this DOMAIN thing does not have a file extension (like .iweb) or anything like that...."
    Right click on the Domain file, and select Show Package Contents.
    This will allow you to drill down to the individual files.
    Apple apps tend use packages for their databases - iWeb, iPhoto, Aperture are ones that I'm familiar with.
    Also, you can place this file anywhere, and simply double click on it open iWeb - it doesn't need to stay in the Library area.
    Message was edited by: Klaas Visser

  • Where to put all of these apps?

    ok so i probably sound like a new mac user but i don't care. where do i put all of these apps that are on my dock? that is the ones from the mac app store? i have looked and there is no designated folder

    Hi and welcome....
    You don't need to keep the app icons in the Dock if you don't want to but that makes for easy access. You can remove the icons from the Dock by just dragging the icon up and off the Dock. It will go "poof".
    i have looked and there is no designated folder
    Your apps are stored in your Applications folder. It's best to keep your Mac App Store apps in the Applications folder.
    Carolyn

  • Where to put HTML documents in JSDK2.0

    Hi,
    I wrote LoginPage.html and I want the users to access this file giving the URL "http://server:8080/LoginPage.html".
    When I install JSDK2.0 (Java Servlet Development Kit 2.0), I got the folders bin, doc, examples, lib and src under the folder JSDK2.0. So to which folder should I put my LoginPage.html?
    Thanks.
    - Prasad Karunagoda

    Hmmmm. Sounds like you haven't installed a Webapp server yet. Download and install Tomcat from http://jakarta.apache.org/ . Then you put your login page and the corresponding web.xml file in a folder under the webapps directory in your Tomcat installation. There's plenty of documentation in both JSDK and on the Jakarta site to help you with any further questions.
    Brian

  • Where to put HTML DB files ?

    Don't think the install instruction said anything about this :
    Where is the download(rtflows.zip) "supposed" to be unzipped to ? a sub-dir under ORACLE_HOME OK ?
    I unzipped to /tmp, ran installation from there....fine.
    I did copy "images" directory to where I mapped /i/ to.
    What about all the other stuff ?
    Any of those files still required ?
    Should I move them to a perm location ?
    Thanks

    none of those other files are necessary after you've completed your install (and upgrade if you're upgrading). just make sure you've stored your images directory with it's directory structures in place.
    regards,
    raj
    ps-a sub-dir under ORACLE_HOME would have been okay for /i/, but i prefer to keep my oracle_home directories as clean as possible.

  • Where html pages located, which created by using APEX?

    Hi,
    I am using APEX 2.1(Oracle XE) to develop an app, would like to know where html pages stored?
    In other word, how can I put the existing html pages into APEX web server? I don't want to run two web servers on same computer.
    This question may relate to update APEX from 2.1 to 2.2, how to do the upgrade, my APEX is included in Oracle XE.
    Thanks.

    Hello,
    >I followed the method to view :8080/i, it's
    interesting, all stuffs are XE's but not find my own
    pages built by APEX.
    >I guess I'm confused now. You say "built by APEX"
    APEX doesn't build static pages so there is no way to
    access them statically.
    I thought what you wanted is you have static pages
    that you want to serve off an XE instance without
    using another webserver. By uploading your static
    html files into the /i/ directory you can serve them
    from there using the embedded webserver.
    If you want to server your pages from within the
    framework itself that at least means uploading them
    into the Shared Components and then linking to them
    in an iframe or frame to get valid pages or at the
    most getting the content sections into the database
    and pulling them into a region on a page.
    Your question is a little vague, can you be more
    detailed on what exactly you want and what you
    expect.
    CarlSorry for my unclear questions. But your answers are very right to me. Yes, I want to put my existing static html files into the /i/ directory, so I can serve them from there using the embedded webserver. I will upload them into Shared Components to try, I appreciate if you tell me how to make the link between these html pages to iframe. I am newby to this.
    My second question is that I use APEX built some test pages, but I can not find them in :8080/i virual fold.

  • Where to put js that should show on every page, like Appex have?

    In every page header there are entry like:
    <+html lang="hr" xmlns:htmldb="http://htmldb.oracle.com">
    <+head>
    <+script src="/i/javascript/htmldb_html_elements.js" type="text/javascript"></script>
    <+script src="/i/javascript/htmldb_get.js" type="text/javascript"></script>
    <+script language="JavaScript" type="text/javascript">
    <+!--
    /*Global JS Variables*/
    +var htmldb_Img_Dir = "/i/";1) I would like to know where to put some of my js to be loaded automatically on every page regardless current theme (like in above example).
    2) If I want to some js be shown on template based filter.
    What is bothering me is that i would like to put some js on every page where for instance report template is loaded...what is the best way for that?
    THX!

    Hello,
    If you only want it to load on pages with a certain template on way to do it just put the link into the footer of the template itself.
    So the end of you report template would look like
    ....&lt;/table>
    &lt;script src="/i/mystuff/my.js" type="text/javascript">&lt;/script>
    It doesn't make for the best html code but the effect is what you want without having to do any conditions or run a separate page template or do to much on a bunch of different pages.
    Carl

  • Iframe in bc app html page rendering empty

    I have created a very basic bc app, which works on my partner site (where it was developed), but does not work on the client site I copied it to and authorized it (thanks to Mihai).
    The app is simple a menu item with an html page that includes an iframe. The iframe is supposed to contain an html page from my partner portal.
    In my partner site, the iframe renders correctly.
    In my client site the iframe renders empty.
    Is there some special way to add iframes to an html page in a bc app, that load content from other websites?
    Thanks,
    Adrian
    EASE

    Hi Liam,
    (NOTE: To keep our content private, the URLS in the following are not actual ones but follow same structure as real ones).
    /_System/apps/EASE-app-id/_config/menu.json (on the client site) looks like this:
        "menu-first-EASE-app-id": {
            "weight": 100000,
                "title": "EASE Help",
                        "icon": "/_System/apps/EASE-app-id/admin/icon.png",
                    "attr": {
                        "href": "/Admin/AppLoader.aspx?client_id=EASE-app-id"
    The iframe in /_System/apps/EASE-app-id/index.html (on the client site) looks like this:
    <iframe width="750px" height="1400px" src="http://www.my_partner_site.com/EASE-app-id/html-page-name"></iframe>
    On our partner site, I have an html page (http://www.my_partner_site.com/EASE-app-id/html-page-name) which contains an faq module, containing various helpful stuff for the client.
    The idea is that as we add more clients we will be able to easily install this app  on all their admin menus and have the content of the faq in one place, so that updates to the faq on the partner site are visible on all client sites immediately.
    Perhaps I've gone about this completely the wrong way?
    It was working before BC made the recent changes to the menu.json requirements. Then I had to rebuild using an authorized app, but this is as far as I've got.
    Any help much appreciated.
    Adrian
    EASE

  • Where to put page redirect code when using htp.prn

    Apex 4.0 oracle 11g.
    The user starts on page 7, chooses rows from a list and clicks a Run button which redirects them to page 10 which has a process (on load before header) using htp.prn to create a text file which the user then can save. The end of this process has apex_application.g_unrecoverable_error := true; because if it doesn't have this, the HTML gets put into the text file too.
    Anyway, when the user is done saving this text file, to all appearances they are still on page 7 (since page 10 doesn't really load, just runs that process) but I want them to go to page 14 after saving, not stay on page 7. I can't figure out where to put the redirect. The branching on page 7 doesn't seem to get activated after they hit the save button of the popup file save window, page 10 never loads for a branch on that page to work and I tried to put
    htp.init;
    owa_util.redirect_url('f?p=&APP_ID.:14:&APP_SESSION.');
    after the htp.prn call in but then the popup file download window doesn't come up at all and the user is immediately redirected to page 14.
    This is the process - I've tried the redirect inside its own begin end; and it didn't make any difference. If I put it in a separate process, it never gets run because as soon as the htp.prn is done, all processing stops. Any ideas on how I can get this file created and then redirect user to page 14? Thanks!
    begin
    -- Set the MIME type
    owa_util.mime_header( 'application/octet', FALSE );
    -- Set the name of the file
    htp.p('Content-Disposition: attachment; filename="this_file_add.txt"');
    -- Close the HTTP Header
    owa_util.http_header_close;
    -- Loop through all rows in CLIENT_TABLE
    for x in (select HEADER_TRANS_TYPE
    , HEADER_FILLER
    , TRANS_TYPE_CD
    , SOURCE_DEPT_NBR
    , DEST_DEPT_NBR
    , ENV_TYPE
    , FILE_SEQ_NBR
    from TEMP_CRA_EXTRACT
    loop
    -- Print out rows
    htp.prn(x.HEADER_TRANS_TYPE|| x.SOURCE_DEPT_NBR|| x.DEST_DEPT_NBR|| x.TRANS_DATE || x.ENV_TYPE || lpad(x.FILE_SEQ_NBR, 4, '0') || rpad(x.HEADER_FILLER, 48) || x.TRANS_TYPE_CD || rpad(x.XREF_NBR, 12) || chr(13) || chr(10) );
    end loop;
    -- Send an error code so that the rest of the HTML does not render
    apex_application.g_unrecoverable_error := true;
    htp.init;
    owa_util.redirect_url('f?p=&APP_ID.:14:&APP_SESSION.');
    end;

    I would recommend using Thread Safe Queues. Your acquisition callback can place items in the TSQ and then you can process the data in a separate thread. TSQs are nice because they allow you to install a callback function to run for certain events. Most importantly, you can install a callback for the Items in Queue or Queue Size Changed event which will run the callback if a certain number of items are in the queue. This lets you take advantage of multithreading in a simple and safe way using a standard Producer/Consumer architecture. However, you may still run into problems with this architecture if your acquisition thread is running much faster than the consumer thread. You could eventually overflow the queue. In that case, your only options are to either get a faster system, slow down the acquisition or do the data handling post process.
    National Instruments
    Product Support Engineer

  • Table/colum used in html pages in oracle apps

    Hello All,
    If we want to find table name against oracle forms in apps . then we can find it from help -> Diagnostics -> examine .But how we will find table name used against HTML Page in oracle apps?
    Thanks..

    Hi,
    It should be in the "About This Page" link -- See these thread for details.
    RECORD HISTORY (or) WHO COLUMNS in R12???
    RECORD HISTORY (or) WHO COLUMNS in R12???
    An alternative would be opening the page in JDeveloper and viewing the source code.
    Thanks,
    Hussein

  • I have read the manual, but as I can see there is nowhere where it tells me how to put my Pages document in iCloud storage, could someone tell me?iDocbackup

    I have read the manual, but as I can see there is nowhere where it tells me how to put my Pages document in iCloud storage, could someone tell me?

    Here is some information on how to get a document from your iDevice to iCloud (which means you need to have the iOS version of Pages installed on your iPad or iPhone:
    http://www.apple.com/support/icloud/documents/
    And here is a slew of other help articles:
    http://support.apple.com/kb/index?page=search&src=support_site.psp.more&locale=e n_US&q=Documents%20in%20the%20Cloud
    And, icloud is not really "storage" - it is meant to "push" a document you create on one iDevice to another.
    FWIW, I assume you are on Lion? Please change your profile - it still shows 10.5.8...

  • Problem when i put swf into html page

    Hi, My swf is working:
    http://dianecollins.com/sean_movieclip.swf
    But, when I put it into an html page, it doesn't work.
    http://dianecollins.com/sean/
    I'm looking at the contact button on the top right - on the
    swf it slides over to the left when you rollover, but on the html
    page, it doesn't work.
    Any suggestions?
    Thanks!

    simpler remedy:
    http://activecontent.blogspot.com
    "coldMiner" <[email protected]> wrote in
    message
    news:eessog$gu0$[email protected]..
    > on ie you have to click to activate flash.
    >
    > remedy:
    >
    http://blog.deconcept.com/swfobject/

  • DPS In-App Folio Browser, Close Using External HTML Page?

    Is it possible to close the in-app Folio Web Browser from an external HTML page and return to the folio?
    Or, does syntax exist for me to place a button in an HTML web page to close the browser, in addition to having the "Back" button at the top of the screen (which is the standard way of closing the browser)?
    The javascript way of closing a window does not work with the Folio Browser:
    <button type="button" onclick="window.open('', '_self', ''); window.close();">Discard</button>
    -matt

    Doesn't look like there was a response to this question. Were you able to find a solution for this?

  • Close In-App Folio Browser From External HTML Page

    Is it possible to close the in-app browser window/overlay from an external html page, accessed from the HTMLResources directory for example?

    Doesn't look like there was a response to this question. Were you able to find a solution for this?

Maybe you are looking for

  • HT201317 why are some of my photos in albums on my phone but not in photo stream

    Why are photos taken with iphone in "album" but not on photostream? All setting are on.

  • Strike through line is not coming up in PDF output

    I have to strike through some data in my report. I tried in design time as well as in run time. In run time I used SRW.SET_FONT_STYLE(SRW.OVERSTRIKE_STYLE) method to strike through the data. It is displaying overstrike line in screen, printer, RTF an

  • Burning CD in iTunes

    When I insert a blank CD and press "burn," the CD pops out and asks me to insert a blank CD, even though a blank CD is already in the drive. Is it normal to have to press "burn" first and then insert the CD?

  • Find tab will not open in FF25

    After installing FF25 the find tab will not open. Cntrl +F or F3 does not open any find tab. Click on edit, scroll down to Find, click; nothing. Even downloaded FindBar Tweak to no avail. Using Win Vista. Thanks in advance.

  • Dynamic Tabs

    Hi I have read little bit about creating a tab page navigation bar as a list rather than using APEX's standard Tab page functionality. I have managed achieve this by defining a list and displaying in a region. However, I want the list contents to be