Developer machine configuration for Recording Forms services Follow
This section you should perform the changes only on the developer machine, NOT the Forms server.
This section give permissions to AuraPlayer server as well as to the applet on the developer machine.
The following steps are required:
*First of All make sure that you can open the Form on your machine.
Add site permissions in Java configurations
Open Java Configurations (Control Panel->Java).
Add permission to the following domains, to your 'trusted sites' in java security:
http://<Forms_server>:<forms_port>
http://<service manager server>:<service manager port>

Setup AuraPlayer's java certificate:
1- Open Java Console from Start->Control Panel->Java
2- Click the Security tab
3- Click "Manage Certificates…"
4- Select Certificate Type: "Trusted Certificates"
5- Click "Import"
6- Select the "AuraPlayerCertificate.p12" file. Make sure you see OraPlayer LTD on the "Issued To" table
7- Choose "Signer CA" from "Certificates"
8- Click the "Import" button
9- Select AuraPlayerCertificate.p12 file from the directory where you copied the AuraPlayer install files. This certificate comes with your AuraPlayer install files.
10- Make sure you'll see OraPlayer LTD on the "Issued To" table.
11- Click OK
Setup java.policy file (optional):
1- Go to Java installation directory:
<java installation>/lib/security/
2- Make a backup of the java.policy file, then open it in notepad++ and add the following to the bottom of the file, and save it.
grant {permission java.net.SocketPermission "127.0.0.1:4444", "accept, connect, listen, resolve";permission java.net.SocketPermission "127.0.0.1:4445", "accept, connect, listen, resolve";permission java.net.SocketPermission "127.0.0.1", "accept, connect, listen, resolve";permission java.io.FilePermission "<<ALL FILES>>", "read, write, delete, execute";};
grant {permission java.security.AllPermission;permission java.util.PropertyPermission"java.security.policy", "write";};
Comments
0 comments
Please sign in to leave a comment.