Search found 184 matches

by Stephan Classen
21 May 2020, 01:33
Forum: Installation & Configuration
Topic: Locking down Settings?
Replies: 5
Views: 12352

Re: Locking down Settings?

Both files are simple text files. So yes you can pre-create them and simply copy them over to every machine. OWS does not provide any scripts or other features to setup the needed files for a system wide configuration. We found that most of our customers already have some means for rolling out confi...
by Stephan Classen
21 May 2020, 01:29
Forum: Public Forums
Topic: PersistenceService?
Replies: 4
Views: 4826

Re: PersistenceService?

You should find it under

Code: Select all

%USER_HOME%\.cache\icedtea-web\pcache
by Stephan Classen
20 May 2020, 22:07
Forum: Public Forums
Topic: PersistenceService?
Replies: 4
Views: 4826

Re: PersistenceService?

Actually there is an implementation:
https://github.com/AdoptOpenJDK/IcedTea ... rvice.java

Could you paste the code which you use for trying to get an instance of the PersistenceService.
by Stephan Classen
20 May 2020, 22:01
Forum: Installation & Configuration
Topic: Locking down Settings?
Replies: 5
Views: 12352

Re: Locking down Settings?

Hi The settings are stored in a property file in the user home. But there is the possibility to configure system settings which take precedence over the user settings. Also in the system settings an entry can be locked. This prevents the user from changing such an entry. Here is a starting point: ht...