• in order to avoid errors related to security checks performed by the latest JVMs, Permissions should be set to "all-permissions" in the MANIFEST file. To achieve it, proceed as follows:
a. create a text file, e.g. mymanifest.txt and put the following line into it:
1.
d.
Note: For most cases, iscobol.jar contains all of the classes necessary for the client. If your application requires other jar files on the client, then you must also sign those jar files by repeating the jarsigner command line above. However, it may be more convenient to combine everything into one jar file.
2. Edit the isclient.jnlp file:
a. Create a file named isclient.jnlp with the following contents:
<title>isCOBOL sample</title><vendor>Veryant</vendor><argument>-hostname</argument><argument>192.168.0.17</argument><argument>-port</argument><argument>1234</argument><argument>-c</argument><argument>myapp.properties</argument><argument>MYAPP</argument>Note - the jnlp pointed by the href attribute is the one that is actually executed.
3. Place isclient.jnlp and your iscobol.jar file in the directory you have chosen on your web server. You may rename isclient.
As a workaround, you can use the Exception Site list feature to run the applications blocked by security settings. Adding the URL of the blocked application to the Exception Site list allows it to run with some warnings. The exception site list is managed in the Security tab of the Java Control Panel. The list is shown in the tab. To add, edit or remove a URL from the list, click Edit Site List.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |