server.policy

Ouvrez le fichier server.policy situé dans le répertoire profiles/default/properties de l'installation WebSphere Application Server for z/OS. Ajoutez les lignes suivantes à la fin du fichier :

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

<CURAMSDEJ> correspond au répertoire d'installation SDEJ.

grant codeBase "file:${was.install.root}/
profiles/default/installedApps/
<nom.cible>/<NOM_MODELE_SERVEUR>.ear/
guice-2.0.jar" { permission java.lang.RuntimePermission
"modifyThread"; permission java.lang.RuntimePermission
"modifyThreadGroup"; };

<cell.name> correspond au nom de la cellule WebSphere Application Server for z/OS cible

et <SERVER_MODEL_NAME> correspond au nom du fichier .ear (EAR) de l'application.