How to cache a content item like a Static HTML Page from UCM to Coherence/C

Hi All,
How to cache a content item like a Static HTML Page from UCM to Coherence/Coherence Web?
Thanks

Hi,
Could you explain your use case in more detail?
It does not look like proper use of coherence to cache static content - it more suited for dynamic content like user session etc.
Adam

Similar Messages

  • How to develope a par file with a static html pages in NWDS

    Hi to all,
    what is the procedure to put static html pages as iviews by using programming.
    In my project hierarchy where should i keep the html file, and what component should be generated? to generate a par file.
    using that par i'll generate a iview and i will link to my page.
    but i need a procedure to generate a portal component of this type.
    if any body is having the procedure of this, or any online help documentation link u have please forward to me.
    Thanks & Regards,
    sireesha.

    Hi,
    Check whether KM is installed in your server. If yes then you can view it under Content Administration>> KM content(like the Portal Content).
    In that you can see the Root folder>>documents>>Public Documents. If you wish you can create your own folder or can  just upload the file inside that folder.
    1. to create a folder go to Folder >> new folder...
    2. to upload the file click Folder>>New>>upload.. then you can browse to the local system and from there you can upload file.
    The path that you have to give in the Iview shloud be like
    \documents\Public Documents\<your foldername>\filename.
    Hope this Helps
    gEorgE

  • How to locate all content items where HTML link is missing?

    We went through a brief period where Dynamic Converter was not producing the HTML link on new check in of content items. Now we have that fixed, but we need to identify those files that lack the HTML link so we can fix that. How do we locate content items that lack the HTML link?

    Please find the URL which causes issue .
    I am not able to invoke the dispatch action in struts.
    /11/09 15:36:03 EFLBuilder: [instance=152748_BUILDERKIT_777946304, id=115210371784,4] ERROR: AbstractResourceRenderer.renderBody - Resource
    "/seminarDetails.mcs;jsessionid=0ad16e5530d73bf00b218e744ea3b74adf8413a2ef58.e34RahmKa3mRay0Lc3aKbhiLbxaKe6fznA5Pp7ftolbGmkTy?Menu=customer&'amp;actionCmd=seminarDetails
    Regards
    Prem

  • UCM how to clear "Workflow Content Items In Queue"

    Hi
    How to clear "Workflow Content Items In Queue", if i click "Remove item from Queue" under Action also content item is remains in workflow queue.
    How to fix it?
    Thanks
    Deepak

    Hi Srinath,
    I have checked the idc analyze. "check search index" is not running shows error. please check the log file below without selecting "check search index" other three(check database, check file system, generate report) ends with 0 errors. Is there any other solution to clear the workflow items?
    Analyzing tables...
    WARNING: Checking dRevClassID<->dDocName consistency can take several minutes on large repositories!
    Finished checking 47 entries.
    Errors Found: 0
    Errors Fixed: 0
    Analyzing filesystem...
    Finished checking 47 entries.
    Errors Found: 0
    Errors Fixed: 0
    Generate report
    Number of items grouped by: dReleaseState
    Workflow : 4
    Old : 6
    Current : 37
    Number of items grouped by: dStatus
    Edit : 2
    Released : 43
    Review : 2
    Number of items grouped by: dProcessingState
    Converted : 42
    Metadata Only : 5
    Number of items grouped by: dStatus, dReleaseState
    Current and Released : 37
    Workflow and Review : 2
    Old and Released : 6
    Workflow and Edit : 2
    Thanks
    Deepak

  • How to display link content on the the same sharepoint page on click event

    "How to display link content on the the same sharepoint page on click event"
    Detail:
    we are using a document library where all html files are stored/uploaded.  we would like to display/open the html file on the same sharepoint page where all the files are listed.
    Thanks.

    Use jQuery and set the target to self to the anchor tag
    Regards,
    Sairam Avacorp Technologies

  • How to change the Content-Transfer-Encoding for the fmddataa.fmd from base

    Dear all,
       When I using this SO_DOCUMENT_REPOSITORY_MANAGERto send email,I find the fmddata.fmd  file have been changed  to binary file attachment. I don't hope so.any one have good idea to avoid this case occur?
      Can you tell me how to change the Content-Transfer-Encoding for the fmddata.fmd from base64 to quoted-printable.  The quoted-printable is the Content-Transfer-Encoding for text file with extension .txt
    Best Regards,
    Merry

    Thank you

  • How to import missing content for my music and video files from Itune online

    how to import missing content for my music and video files from I tune online.

    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • How to Create HTML page from portal

    Hi
    I have a requirement to create html pages from portal.
    There will be an author who can choose document type as HTML
    and then he will write html codes on saving it should be saved as HTML doc in UCM.
    and publisher should be able to display it on portal(may be using content presenter).
    please help me in this. I know there is rich text editor task flow which can save a doc as doc file.
    and in spaces we have option of creating HTLM file but i don't know how to do it for my portal.
    Thanks

    A better way would be to create the page using approach in this blog:
    https://blogs.oracle.com/ATEAM_WEBCENTER/entry/content_presenter_cmis_complete
    That way the page can be edited inline and the html author need not upload html to ucm everytime.

  • How can I display the HTML page from servlet which is called by an applet

    How can I display the HTML page from servlet which is called by an
    applet using the doPost method. If I print the response i can able to see the html document. How I can display it in the browser.
    I am calling my struts action class from the applet. I want to show the response in the same browser.
    Code samples will be appreciated.

    hi
    I got one way for this .
    call a javascript in showDocument() to submit the form

  • How to display static HTML pages in Oracle Forms 6i

    I want to display static HTML page in oracle Forms ? Can any body help please ? Its very urgent. Many thanks in advance.

    Suresh,
    there exist a Java Bean in teh Forms 6i demos that shows a static HTMl example. Note that the HTML that could be shown is somewhat basic, but it will give you an impression how it can work. The demos are at otn.oracle.com/products/forms --> samples --> 6i demos
    Frank

  • How do I see the source code of a html page?

    In previous versions it was possible to read the source code on a html page from "view" menu. It is not longer there. How do I read code now?

    You're welcome

  • How to extract HTML page from the internet

    i am new to java, i wish to know how to extract Html page from the internet and also how to identify the differences between the images and text information?

    You can create a java.net.URL that points to the file you want to "extract" and read the HTML code (or what ever that file contains) from there using the inputstream given by URL.openStream().
    The difference between images and text... well, images are embedded in html using the img-tag. example: <IMG src="http://forum.java.sun.com/images/reply.gif" alt="Reply">. Attributes width, height, alt are sometimes left out and there may or may not be quotes around the values and everything is case insensitive... you'll be having hard time trying to parse the input so I'd suggest using existing parsers.
    What are you trying to do anyway? You can load a URL directly to a JTextEditorPane with the setPage(URL page) method...

  • How to Create application express items like text box dynamically

    Hi all,
    I have a requirement in that i have to create a template like the one in Application express for creating the region and items.
    The main requirement is to reduce the amount of time spend in creating the items on htmldb page..
    So we are planning of creating a template where the developer at one shot will be able to define all the items used in the the page..So this reduce the amount of time taken in creating and defining each and every item .
    Developer use this template which conisist of some 100 text box which act as label for the item which we want to create on the page and there will be check box which show all the item available in htmldb like textbox, check box, select list etc. So developer will check the item he/she want to create and and set properties of it .So this is the single process for creating all the template on the page.
    Ones the template is submitted it will create the items on the page ...in a single click..
    Please do reply me with ur comments
    Thanks

    Hi,
    I wanted to do similar thing as well. I wanted to add a text field when user clicks a link or button. I was thinking about java script, but not sure how to add the text field items from outside the wizrdy things in APEX!! Possibly using the htmldb_item api, but have not worked out how yet.
    Venus

  • How to search a content item based on content id?

    I'm having a requirement to search a document based on an Id. (something similar to KB search based on KB id)
    I'm aware that a document uploaded to publisher has two Id's that get generated
    1) UUID 2) ITEMID (DA_*****)
    I'm planning to develop a portlet to search documents based on it's Id's
    I have the following queries.
    1) Can i make use of the itemid (DA_****) to search? But i dont find any IDK API to do that. am i missing some thing here?
    2) I found that by making use of pcs database we can get UUID from the ITEMID, is that a right approach to get hold of a content item?
    3) Is there any other better approach?
    Guide me
    Thanks,
    Bharat

    You can use InDesign for this.

  • Delete a content Item and continue showing the information in  UCM

    when i deleted a Content Item and after i verified that the information of content item was delete but in the content server the information continue of the content Item that was deleted , i done click over ID show error " page not found"
    how can i do for deleted the item definitely of UCM? or is a error of UCM?
    Edited by: feliche on 9/07/2012 03:02 PM

    Hi ,
    Run collection rebuild and the deleted items will be removed from the index . Then those set of contents will not show up in search results .
    Thanks
    Srinath

Maybe you are looking for