Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Deployment Rule Set seems to be ignored for particular app

2797517Nov 18 2014 — edited Dec 22 2014

I have implemented a deployment rule set for our JRE enterprise deployments and it is working fine. We are currently deploying JRE version 1.8.0_25. I have stumbled upon a Java App (a webcam) on an internet site that I cannot get to run with the deployment rule set.

The rule set works with other java apps, but it’s as though it is ignored for this one. The rule set section in the ruleset.xml with the intention of allowing the webcam to work is as follows:

  <rule>

    <id location="IP Address of I assume the webcam, address specified in error when launching app" />

    <action permission="run" />

  </rule>

  <rule>

    <id location="URL of website hosting the webcam" />

    <action permission="run" />

  </rule>

I pulled it out of the deployment rule set and added it to the exception list without any luck getting it to work that way.  Any suggestions on how I can get this app to work with my Deployment Rule Set?

Thanks!

Eric

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 19 2015
Added on Nov 18 2014
1 comment
1,240 views