My customer runs an Xpert.ivy server without the newest patches. Another customer runs an internal Xpert.ivy server and signs the server with a self generated certificate. With the newest JRE versions (1.7.51 and higher) the rich dialogs can no more be executed or do show a lot of security prompts. Is there a way to let these application run again? asked 20.05.2014 at 08:11 MichaelDänzer ♦ |
First of all, please consider updating to the newest Hotfix release of Xpert.ivy. It supports all security improvements introduced by Oracle in Java 7 and will execute without any problems. See this blog post for more information. Now, if you really need to run an old Xpert.ivy version or you need to sign the client library with your own certificate you have two JRE features to unblock the execution of your rich dialog application: Exception Site ListThe exception site list was introduced with Java 1.7.51. It is intended to be used by the end users themselves, i.e. each user must set it. To manage the exception site list go to the Security tab of the Java Control Panel and click the Edit Site List button. Then add the URL of your Xpert.ivy server. You need to set at least the protocol, the server name and the port. The path is optional, e.g. Note that the deployment rule set is stronger then the exception site list and takes precedence over it. More information about the exception site list in the official documentation and in this blog post. Deployment Rule SetThe deployment rule set is the feature intended to be used by administrators. It means that you have to set it once globally and all users profit from it. The first step to use the deployment rule set is to create the deployment rule set file. This is an XML file which contains one or more rules for the rich dialog applications. A simple example rule set file looks like this:
A When you have created the rule set, you need to package it in a signed JAR file named DeploymentRuleSet.jar. The JAR file must be signed with a valid certificate from a trusted certificate authority. You can use the jarsigner tool from the JDK to do that. In the end you must move the jar file to
For detailed information about the deployment rule set, please see the official documentation or the corresponding blog post. answered 20.05.2014 at 09:02 MichaelDänzer ♦ SupportIvyTeam ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 20.05.2014 at 08:11
Seen: 8,414 times
Last updated: 11.10.2019 at 04:29