![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Depending on the location of the database which maintains the documents to be manipulated, you need set up different types of connections.The HTTP service is used to get the IOR file from the Lotus Domino Server. The DIIOP service is used to establish the session for the adapter and the Domino server to interact. See TIBCO ActiveMatrix Adapter Service Engine for Lotus Notes Concepts for more information about session establishment.If you haven’t set to start the HTTP service and DIIOP service automatically when installing Lotus Domino, enter the following commands at the Lotus Domino Server console:If the Bypass HTTP Service of Domino checkbox is selected when configuring the adapter instance, you need not start the HTTP service.See Setting Up Remote Connection for instructions on how to configure the connection for the adapter instance.
3. (optional) To secure the connection between the adapter and the remote Lotus Domino Server, you can configure SSL for HTTP and DIIOP.
It is strongly recommended that you refer to the Lotus Domino Administrator documentation for instructions on how to configure SSL for HTTP and DIIOP on Lotus Domino applications. Appendix B, Configuring SSL for HTTP and DIIOP in this book should be used only as a quick reference.
b. After completing the configuration tasks for the Lotus Domino applications, you need to add the path of the TrustedCerts.class file to the tibco.env.CUSTOM_CP_EXT variable in the adln.tra file. The adln.tra file is located in the ADLN_HOME\bin directory.See Setting Up SSL Connection for instructions on how to configure the connection for the adapter instance.
1. Add the Domino home or Notes home directory to the environment variable. This step is for the design-time connection.For example, on Windows platforms add the directory C:/Program Files/IBM/Lotus/Domino or C:/Program Files/IBM/Lotus/Notes to the environment variable Path.
2. Add the Domino home or Notes home directory to the variable tibco.env.CUSTOM_PATH in the adln.tra file. This step is for the runtime connection.For example, on Windows platforms add the directory C:/Program Files/IBM/Lotus/Domino or C:/Program Files/IBM/Lotus/Notes.Ensure that the directories added are for the same version as that of the .jar files that you specified during the installation of the adapter.Ensure that the local .nsf file is in the data subdirectory within the home directory of either Lotus Domino Server or Lotus Notes. Otherwise, the .nsf file can only be accessed exclusively.
To set up a local connection with Lotus Domino R8 (8.0, 8.0.x, 8.5), you need add the following directories to the variable tibco.env.CUSTOM_CP_EXT in the adln.tra file.<Notes/Domino Home>/jvm/lib<Notes/Domino Home>/jvm/lib/extSee Setting Up Local Connection for instructions on how to configure the connection for the adapter instance.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |