Modifying the java.policy – HP OpenView Storage Provisioner Software License User Manual

Page 90

Advertising
background image

Using Storage Provisioner

88

OpenView Storage Provisioner User Guide

Modifying the java.policy

Note:

Modifying your

java.policy

file is also described in the

HP OpenView Installation

card

. If you modified your

java.policy

file during installation of Storage Provisioner,

then you do not need to repeat the procedure.

To modify your java.policy file:

1. On your hard drive, locate your java.policy file by using your computer’s

search function.

2. Open the file.

3. Make the appropriate change that copies the following grant line near the top

of the file:

4. Edit this part of the java.policy file to look like this:

5. Save your modified java.policy file.

You can now export your provisioning data.

grant {

permission java.security.AllPermission;

};

grant {

permission java.security.AllPermission;

};

//Standard extensions get all permissions by default

grant codeBase “file:${java.home}/lib/ext/*”{

permission java.security.AllPermission;

};

//default permissions granted to all domains

Advertising