Use the Common PIM portlets with Exchange and Java 2 security
In order for the Common Mail and Common Calendar portlets for Exchange to work with IBM WebSphere Portal when Java 2 security is enabled in the site, edit the WebSphere Portal policy files.
- Edit...
portal_server_root/installedApps/MicrosoftExchange_PA_1_0_4b.ear/META-INF/was.policy
- Change the text to the following text:
// // Template policy file for enterprise application. // Extra permissions can be added if required by the enterprise application. // // NOTE: Syntax errors in the policy files will cause the enterprise application FAIL to start. // Extreme care should be taken when editing these policy files. It is advised to use // the policytool provided by the JDK for editing the policy files // (WAS_HOME/java/jre/bin/policytool). // grant codeBase "file:${application}" { java.security.AllPermissions; }; }; grant codeBase "file:${jars}" { java.security.AllPermissions; }; }; grant codeBase "file:${connectorComponent}" { java.security.AllPermissions; }; grant codeBase "file:${webComponent}" { java.security.AllPermissions; }; grant codeBase "file:${ejbComponent}" { java.security.AllPermissions; };
- Redeploy the portlet.
Parent Topic
Use the Common PIM portlets with Exchange
Previous topic
Enable SSL connections to an Exchange server for the Common PIM portlets