Previous Topic: Enable SSL between Lotus Domino and CA IAM CSNext Topic: LND Java Implementation Considerations


Add NCSO.jar to the Lotus Domino Connector

The Lotus Domino connector uses the Domino Java API to access the Domino server using CORBA, and it requires the CORBA interface jar (NCSO.jar). Before you use the connector, create a bundle that contains this JAR, and then add the bundle to the connector.

Although the Notes client is not required on the client system, it must contain NCSO.jar in the classpath.

Follow these steps:

  1. Ask the Lotus Domino administrator to send you a copy of NCSO.jar, which is in the following location:
    lotus-home/Data/domino/java
    
  2. Save NCSO.jar locally.
  3. Run the lnd_post_install script, which is in the following location:

    cs-home/bin

    The script asks for the location of the following items:

    The script then creates a bundle and saves it in the same location as the script.

  4. Log in to CA IAM CS.
  5. At the top, click the Connector Servers tab.
  6. In the Connector Server Management area, click the Bundles tab.
  7. Add the new bundle:
    1. In the Bundles area on the right, click Add.
    2. Browse to the bundle that the script created, then select the connector server on which this connector will be available.
    3. Click OK.

      The new bundle appears in the Bundles list.

  8. Find the main connector bundle in the Bundles list, then right-click its name in the list and select Refresh Imports from the popup menu.

The Lotus Domino connector can now use NCSO.jar.