This
-appCacheRootDir
option defines the local
root cache directory for web-installed
applications. Note that the value may contain place holders, which are evaluated at runtime.
For example:
@{prop:user.home}
is replaced by the value of the system property user.home
@{env:ESPRIT_CLIENT_WORKSPACE}
is replaced by the value of the environment variable ESPRIT_CLIENT_WORKSPACE
If the option is not specified, then the environment variable
ESPRIT_APP_CACHE_ROOT_DIR is checked. If the latter is also not specified then
the hard coded default value
@{prop:user.home}/.esprit is used.
Note that the name of the environment variable can be configured using
CommandLineOption.setEnvVariableName(String)
.