WebSphere

 

Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows

 

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 Express when Java 2 security is enabled in the site, edit the WebSphere Portal Express policy files.

  1. Open portal_server_root/installedApps/Microsoft Exchange_PA_1_0_4b.ear/META-INF/was.policy

  2. 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;

    };

  3. Redeploy the portlet.

 

Parent topic:

Using the Common PIM portlets with Exchange

 

Previous topic

Enabling SSL connections to an Exchange server for the Common PIM portlets