Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Cache Problem with upgrading version of SmartGWT

    Hi to all,
    i have upgraded a minor release of smartgwt and i have to clear cache to all client for work correctly.
    How could I do to avoid this? I have not configured anything in particular, I use the defaults

    #2
    Hi b.bottai,

    please see this thread on caching / preload on login-screen and Apache httpd caching config.
    Generally speaking you'll need a cache buster, like a ?nightly-build-date in the call to the SmartGWT js files in your main html file.

    You can also cache the big alphanumerical named js files, but not the small .nocache.js file.

    Best regards
    Blama

    Comment

    Working...
    X