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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Allowing jnlp via deployment rule set

tevansApr 3 2014 — edited May 31 2014

Hello,

In our network, we use a deployment rule set to only allow applets that we deem necessary, and all others are blocked.  This has been working fine.  However recently I've been asked to add a website to the allowed list.  This website downloads a jnlp file, then launches the jnlp locally, and is blocked every time.  Now I'm not that well versed in java applets.  But I've added the website address that this applet calls too, and have had no luck with this running.  Everything I've tried has not worked.

This is a snippet of the ruleset.xml

<rule>
<id location="http://elm.elluminate.com:80/" /> <!-- Assessor Online Class -->
<action permission="run" />

</rule>

The java console has not been helpful, as the application is blocked before java even starts...after the jnlp verifies, it blocks the application due to the ruleset.  How can i set this ruleset up so that this jnlp is allowed to run?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 28 2014
Added on Apr 3 2014
1 comment
2,487 views