Search found 39 matches

by javaapp
21 Jul 2020, 05:56
Forum: Public Forums
Topic: deployment.assumeFileSystemInCodebase?
Replies: 5
Views: 4751

Re: deployment.assumeFileSystemInCodebase?

Thanks. FYI we do not use this "local file" capability, we just wanted to be clear on its functionality. which you've clarified. Seems a bit dodgy to trust local content IMO
by javaapp
16 Jul 2020, 01:19
Forum: Public Forums
Topic: deployment.assumeFileSystemInCodebase?
Replies: 5
Views: 4751

Re: deployment.assumeFileSystemInCodebase?

Peeking at the IcedTea-Web code, it looks like "assumeFileSystemInCodebase" setting allows you to specify "file://" urls in the jnlp and to treat those resources as secure (as if they came from the trusted codebase). Is this correct?
by javaapp
16 Jul 2020, 00:43
Forum: Public Forums
Topic: deployment.assumeFileSystemInCodebase?
Replies: 5
Views: 4751

Re: deployment.assumeFileSystemInCodebase?

Hmm thanks for the link, but I'm afraid I still do not understand. Does this option make a local jnlp file become trusted? If so, how else does OWS work if it cannot trust a local jnlp? I ask because (with older or more lenient browsers) using the old Java WebStart, the browser plugin could invoke J...
by javaapp
15 Jul 2020, 02:16
Forum: Public Forums
Topic: deployment.assumeFileSystemInCodebase?
Replies: 5
Views: 4751

deployment.assumeFileSystemInCodebase?

I'm trying to understand the configuration property "deployment.assumeFileSystemInCodebase". This /configuration page says "Defines if files from the local filesystem are always handled as if they would be part of the codebase." I don't really understand this. In my experience, a...
by javaapp
03 Jun 2020, 06:10
Forum: Installation & Configuration
Topic: "Missing" locked down settings
Replies: 1
Views: 8253

"Missing" locked down settings

I Just tried locking down all possible settings and then examining the "OpenWebstart Settings" app to see the user experience. I have some questions about settings that are not able to locked down (at least as far as I can tell) JVM Manager Panel : Cannot lockdown the following settings? A...
by javaapp
03 Jun 2020, 00:14
Forum: Public Forums
Topic: Unattended OWS update?
Replies: 5
Views: 7545

Re: Unattended OWS update?

In my experiments, I can certainly perform the initial install of OpenWebstart unattended. However, later on when an update check triggers, the subsequent install (update) of OpenWebStart is done interactively.

It would be nice to be able to make that update run unattended as well.
by javaapp
31 May 2020, 00:58
Forum: Public Forums
Topic: Unattended OWS update?
Replies: 5
Views: 7545

Re: Unattended OWS update?

Thanks for the information regarding "forced" updates. I'll discuss with my company the possibility of becoming a sponsor.

Regarding the original question: Is it possible for an OWS update to run attended (after the user clicks to allow the update I mean)?
by javaapp
30 May 2020, 00:55
Forum: Installation & Configuration
Topic: Locking down Settings?
Replies: 5
Views: 11870

Re: Locking down Settings?

And I assume these files are proper java properties files, so we can use # comments in them?
by javaapp
30 May 2020, 00:42
Forum: Installation & Configuration
Topic: Bundled jre version choice
Replies: 4
Views: 12094

Re: Bundled jre version choice

Thanks for the response.

We may have some customer sites that disallow installation of older JVMs, that is why I was curious about support for later JVMs to run OWS. I believe that security is the concern.
by javaapp
30 May 2020, 00:38
Forum: Public Forums
Topic: Unattended OWS update?
Replies: 5
Views: 7545

Re: Unattended OWS update?

[Followup to my own post] An one other question: Is it possible to force an OWS update? We will be locking down end-users pretty tightly with a locked-down deployment.config hosted on our server, so they will not be allowed to update OWS electively and we will set the update settings to NEVER. If we...
by javaapp
29 May 2020, 22:13
Forum: Public Forums
Topic: Unattended OWS update?
Replies: 5
Views: 7545

Unattended OWS update?

I'm playing around with OWS' update checking and installation. When an update check triggers I see that the user is presented with a dialog asking if they would like to update. This is followed by a series of wizards that step through the process. The final steps are the normal installation process ...
by javaapp
28 May 2020, 23:45
Forum: Public Forums
Topic: Proxy settings
Replies: 1
Views: 4822

Proxy settings

I see the numerous proxy settings mentioned in https://openwebstart.com/configuration/ These settings all start with the prefix "deployment.proxy" Do these proxy settings apply only to OpenWebStart itself (i.e. for fetching application jar files and other jnlp resources), or do the proxy s...
by javaapp
28 May 2020, 20:48
Forum: Installation & Configuration
Topic: Bundled jre version choice
Replies: 4
Views: 12094

Bundled jre version choice

The current version of OpenWebStart installs a bundled 1.8 jre. To my understanding this jre is used exclusively for executing OpenWebStart itself and not for any .jnlp applications. Is there any capability to instead include a different jre version as the bundled jre, for example a java 11 jre? Tha...
by javaapp
23 May 2020, 02:00
Forum: Public Forums
Topic: Running JDK 1.7 classes
Replies: 3
Views: 5543

Re: Running JDK 1.7 classes

Awesome feedback and suggestions, thanks! I apologize for wasting your time: the JDK7-compiled app is running fine under JDK11 now. Not sure why it was fidgety before but i had been playing with various options so... Your tip about looking for that log message was helpful - I massaged that output in...
by javaapp
22 May 2020, 20:35
Forum: Public Forums
Topic: Running JDK 1.7 classes
Replies: 3
Views: 5543

Running JDK 1.7 classes

I realize that OpenWebStart is intended to support JDK8+ runtimes, but as part of my evaluation of OWS I was required to try using it run an app that was compiled using JDK 1.7. If I use j2se="1.8*" in the jnlp, OWS runs the app just fine. If I use j2se="11.0.2" in the jnlp, OWS ...
by javaapp
21 May 2020, 01:17
Forum: Public Forums
Topic: PersistenceService?
Replies: 4
Views: 4772

Re: PersistenceService?

I stand corrected! I guess I fooled myself because looking at your features-table, I saw that PersistenceService is "greyed out" which means "Low priority Feature". I made the assumption that meant it was not implemented, though in fact it is as I have now proven with our app. On...
by javaapp
21 May 2020, 00:37
Forum: Installation & Configuration
Topic: Locking down Settings?
Replies: 5
Views: 11870

Re: Locking down Settings?

Thanks for the speedy reply! The ability to define properties centrally and to lock them down sounds like just what we needed! Our client will need to perform/script the step of creating the %windir%\Sun\Java\deployment\deployment.config file right? And then also to create the actual properties file...
by javaapp
20 May 2020, 20:40
Forum: Installation & Configuration
Topic: Locking down Settings?
Replies: 5
Views: 11870

Locking down Settings?

Is there any facility for restricting the user's ability to make changes in the OpenWebstart Settings? OpenWebstart will be deployed in a customer location; installed by system administrators. It is OK for these admins to have full control over the settings. The end-users, however, should be limited...
by javaapp
20 May 2020, 20:31
Forum: Public Forums
Topic: PersistenceService?
Replies: 4
Views: 4772

PersistenceService?

We are interested in OpenWebStart, but puzzled that the PersistenceService has not been implemented. Our app uses this service to save a small number of user preferences values (a properties file would be fine). Is there a recommended alternative to this functionality? Will PersistenceService be imp...