Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NXPSR-11147  Add configuration to allow use of cache_version applet parameter

 

By default, jars listed in the archive of a Java Applet are cached using their "Last-Modified" value. However, in cases of a server restart or a node in a cluster, the "Last-Modified" value does not always accurately reflect the version of the jar listed in the archive.    One solution for this is the use of the "cache_version" applet parameter.  The "cache_version" parameter contain a list of version numbers for the jars listed in the cache_archive. A cached jar will be updated if the version specified in the "cache_version" is greater than the one stored in cache.

...