+

Search Tips   |   Advanced Search


Configure the My Places portlet

The My Places portlet comes with WebSphere Portal and is also available from the Websphere Portal Business Solutions Catalog.

  1. Verify that Lotus Quickr Services for Domino is configured properly to communicate with WebSphere Portal:

    Open the notes.ini file in a text editor and verify that JavaUserClassesExt specifies the location of the quickplace.jar file.

    For example, if quickplace.jar is located in QPJC1, the parameter looks like this:

    JavaUserClassesExt=QPJC1,QPJC2,QPJC3,QPJC4,QPJC5

    QPJC1=<domino_data>/quickplace.jar

    where domino_data is the Lotus Quickr installation data directory.

    For example: c:\Lotus\Domino\data

  2. Enable the QPServlet code as follows:

    1. Locate the Domino Data servlets.properties file, typically stored in the same location as the notes.ini file.

      If the servlets.properties file does not exist, use a text editor to create it.

    2. Open servlets.properties in a text editor and add this line if it is not already there:

      servlet.QPServlet.code=com.lotus.quickplace.util.QPServlet

      This line is case-sensitive.

    3. Add the following line to servlets.properties:

      servlet.QPServlet.initArgs=enablePortal=true

      This line is case-sensitive.

    4. Add a carriage return after the new line.

    5. Save and close the servlets.properties file.

  3. Enable the Domino Servlet Manager as follows:

    1. On the Lotus Domino server, in the domino_data directory, check for the /domino/servlet directory.

      If the directory does not exist, create it.

    2. In the Server document of the Lotus Quickr server, go to the Internet Protocols > Domino Web Engine tab. Ensure that the Java Servlet Support field is set to Domino Servlet Manager. If needed, edit the Server document and set the field to the required value, save the updated document, and then restart the HTTP task in Domino by entering the following commands on the server console:

      tell http quit

      load http

    3. To configure the My Places portlet to find places on your Quickr Domino server, update the CSEnvironment.properties file as follows:

      CS_SERVER_QUICKPLACE.enabled=true

      CS_SERVER_QUICKPLACE_1.hostname=quickrserver.domain.com

      CS_SERVER_QUICKPLACE_1.version=3.0

      CS_SERVER_QUICKPLACE_1.protocol=http

      CS_SERVER_QUICKPLACE_1.port=80


Parent topic:

Integrate with Lotus Quickr


Previous topic:

Configure SSO between WebSphere Portal and Lotus Quickr services for Domino


Related information


IBM My Places portlet
WebSphere Portal Business Solutions Catalog