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