caching - In Weblogic 10.3.5, is there any way to expire an html file from cache without going through a server restart -
caching - In Weblogic 10.3.5, is there any way to expire an html file from cache without going through a server restart -
in weblogic 10.3.5, there way expire html file cache without going through server restart. supporting server frequent html changes , hoping find way not restart server each time html updated. environment supporting peoplesoft domain. thanks.
there's way indeed, parameter "resource reload check (in seconds)" can found on web app setup you're looking for. i've setup 5(secondes) in order have periodic refresh on dynamic ressources generated application engine (an xml parsed xslt)
for details here's doc of 12.1.2 confirm exists on 10.3.4 (so on version too) : https://docs.oracle.com/middleware/1212/wls/wlach/pagehelp/j2eewebappwebappconfigurationtitle.html
caching weblogic http-caching peoplesoft
Comments
Post a Comment