In Weblogic 10.3.5, is there any way to expire an html file from cache without going through a server restart. I am supporting a server with frequent HTML changes and hoping to find a way not to restart the server each time the HTML is updated. Environment is supporting a PeopleSoft domain. Thanks.
In Weblogic 10.3.5, is there any way to expire an html file from cache without going through a server restart
1.4k Views Asked by Gordon At
1
There are 1 best solutions below
Related Questions in CACHING
- ClassCastException: datastructures.instances.JClass cannot be cast to java.util.ArrayList
- Robospice. How to save data and how to get data from DB?
- Make @lru_cache ignore some of the function arguments
- Xib taking long time (>1s) to load. UIFont cache seems to blame
- Android picasso cache images
- Rails 4 low-level caching not working
- How to cache Exchange web service API autodiscoverurl?
- The process cannot access the file because it is being used by another process asp.net
- Alamofire loading from cache even when cache policy set to ReloadIgnoringLocalAndRemoteCacheData
- Java Heap vs Cache
- In what use cases is locking on ASP.NET cache required/desirable
- Chrome cache overriding angularjs disabling of cache
- AFNetworking 2.0 Cache Issue
- Symfony ESI Cache / Surrogate Listener Issue
- Using getOrElseUpdate of TrieMap in Scala
Related Questions in WEBLOGIC
- weblogic 12.1.3 config.sh DISPLAY error
- PIG merge two lines in the log
- Lock and Edit Button is Weblogic 12C admin console is not responding ,
- Diagnostics data was not saved to the credential store
- Deployment in Weblogic 10.3, how to change properties
- Change context-root inside WAR file
- weblogic 12c basic authentication not prompting for userid
- Weblogic 10 :- Waffle authentication JNA error
- Oracle Weblogic server - get logs of requests served
- Clients behind proxy can not connect to websocket server end point running on weblogic server .How to fix this?
- Java Heap Space in Weblogic 12.1.3 Deployment
- weblogic - mutual authentication - read certificate from HTTP header
- ADF Refresh page jsf with page fragments jsff after set session variable
- Targeting test NetBeans deployment to a WebLogic cluster
- WebLogic uses strange time zone and always recompiles JSPs
Related Questions in HTTP-CACHING
- Laravel 5 - HTTP Cache
- Symfony2 AppCache behaviour on HTTP Methods PUT and DELETE
- Testing Spring HTTP Caching
- Symfony Cache Validation error: Cannot declare class Response after using setPublic()
- nginx cache but immediately expire/revalidate using `Cache-Control: public, s-maxage=0`
- Google Chrome's caching mechanism of static resources varies from other browsers. Is it right?
- Can browser caching be controlled by HTTP headers alone w/o using hash names for asset files?
- HttpCaching - ETag generated per client or per token?
- In Weblogic 10.3.5, is there any way to expire an html file from cache without going through a server restart
- How to setup service method caching in grails
- What is the difference between Etag and Expires header?
- OkHttp is not caching responses on Android
- How to make squid proxy server cache response with vary: * in header?
- TLS Handshaking and SSL Session Reuse
- Caching of Access-Control-Allow-Origin value cross-site
Related Questions in PEOPLESOFT
- how to set the current date field to previous Sunday in peoplesoft
- How to fetch max grade for same course in different academic session
- Customize Peoplecode App Designer text editor
- How do I ensure that all fields are loaded on the page in selenium so that none are stale?
- Query performance issue - Not in
- In Weblogic 10.3.5, is there any way to expire an html file from cache without going through a server restart
- Updating Excel file with Peoplesoft data
- Restore deleted application classes and their peoplecode in peoplesoft
- Regular expression for replacing everything after an underscore in a block of the URL
- Peoplesoft : Invalid transaction handle instance passed when saving record by CI in AE program
- Using Watir on Peoplesoft App: each text field reloads the page
- Limitation on Subscription contract error log
- can i create a array of special characters in Peoplesoft
- Peoplesoft Integration Broker REST services POST - how to set up in Peoplesoft
- Peoplesoft : Unix command returning error code 1 from EXEC() but working from putty
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There's a way indeed, the parameter "Resource Reload Check (in seconds)" which can be found on a web app setup is what you're looking for. I've setup this to 5(secondes) in order to have a periodic refresh on dynamic ressources generated by an application engine (an xml parsed by an xslt)
For some details here's doc of 12.1.2 but I confirm it exists also on 10.3.4 (so on your version too) : https://docs.oracle.com/middleware/1212/wls/WLACH/pagehelp/J2EEwebappwebappconfigurationtitle.html