server.policy

Open the server.policy file found in the profiles/AppSvr01/properties directory of the WebSphere Application Server installation. Add the following lines to the end of this file:

grant codeBase "file:<CURAMSDEJ>/drivers/-" {
permission java.security.AllPermission;
};

where <CURAMSDEJ> is the SDEJ installation directory.

grant codeBase "file:${was.install.root}/
profiles/<profile.name>/installedApps/
<cell.name>/<SERVER_MODEL_NAME>.ear/
guice-2.0.jar" { permission java.lang.RuntimePermission
"modifyThread"; permission java.lang.RuntimePermission
"modifyThreadGroup"; };

where <profile.name> is the name of the target WebSphere Application Server profile;

where <cell.name> is the name of the target WebSphere Application Server cell;

where <SERVER_MODEL_NAME> is the name of the application (base name of the EAR file).