Sun Java System Portal Server 7.1 Configuration Guide

ProcedureTo Configure Lotus Notes With BEA WebLogic Server

  1. Place the NCSO.jar in the following Sun Java System Portal Server directory:

    /usr/share/lib

  2. Update the web container class path to include /usr/share/lib/NCSO.jar using the command line.

    1. Change directories to the web container install directory:

      WebContainer-base /bea/wlserver6.1/config

      Where WebContainer-base represents the directory in which the web container was originally installed.

    2. Change directories to the directory that contains the domain instance:

      mydomain

    3. Edit the startWebLogic.sh file using the editor of your choice.

    4. Add /usr/share/lib/NCSO.jar to the end of the CLASSPATH.


      Note –

      The startWebLogic.sh file may contain multiple CLASSPATH definitions. Locate the last definition of the variable and add the following string to the very end of the CLASSPATH:

      /usr/share/lib/NCSO.jar


    5. Restart the web container.