Using system level cache, only the first user launching the jnlpi will download the java application in the cache.
vi /usr/java/jre/lib/deployment.config
deployment.system.config file:/etc/java/deployment.properties
vi /etc/java/deployment.properties
deployment.system.cachedir /var/tmp/java/wscache
deployment.system.security.trusted.certs /var/tmp/java/security/trusted.certs
deployment.system.security.trusted.certs /var/tmp/java/security/trusted.certs
mkdir /var/tmp/java
mkdir /var/tmp/java/wscache
Warning. There will be problems with write and read permission on such directory...
No comments:
Post a Comment