AIOps

AIOps

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Does ODR employ any caching capabilities?

  • 1.  Does ODR employ any caching capabilities?

    Posted Tue September 21, 2010 11:58 AM

    Does ODR employ any caching capabilities?



  • 2.  Does ODR employ any caching capabilities?

    Posted Thu September 23, 2010 12:59 PM

    Yes. Caching in ODR can be enabled by using the check box in the ODR properties.
    ODR caching uses Dynacache, and caches by default are independent of other ODRs. In
    order to share cache between ODRs, use distributed cache, by creating new replication
    domain. The ODR caches according to the HTTP 1.1 specification (RFC 2616) i.e.
    following
    – If a response comes back with the appropriate cache-control and
    expiration headers set, the page will be cached
    – WebSphere Application Server automatically sets these headers
    appropriately for static content deployed in a WAR file
    – Regular dynamic content (JSP or servlet output) is not cached in the
    ODR; instead use dynacache for these pages.


    :)


    Nitin



  • 3.  Does ODR employ any caching capabilities?

    Posted Fri October 15, 2010 02:40 PM

    Hi Nitin,


    Can you please help me find out the location where ODR caches contents?


    I have just updated a .txt file in application deployed on dynamic cluster but I dont see updated file when I hit the URL in browser.


    I can see logs in cache.log when I hit the URL it means the file is comming from ODR's cache.


    Thanks,


    Kashif