To
set permissions for the deployment manager, add the following two
lines to the
server.policy file in the
/WAS_install_root/DeploymentManager/profiles/default/properties directory:
grant codeBase "file:/usr/lpp/zWebSphereXD/V6R1M1/lib/-" { permission java.security.AllPermission; };
grant codeBase "file:/usr/lpp/zWebSphereXD/V6R1M1/-" { permission java.security.AllPermission; };
To
set permissions for each application server node, add the following
two lines to the
server.policy file in the
/WAS_install_root/AppServer/profiles/default/properties directory:
grant codeBase "file:/usr/lpp/zWebSphereXD/V6R1M1/lib/-" { permission java.security.AllPermission; };
grant codeBase "file:/usr/lpp/zWebSphereXD/V6R1M1/-" { permission java.security.AllPermission; };