WebLogic Domino Service Setup Guide
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
This chapter describes administration and configuration of the Lotus Domino server as related to the WebLogic Domino Service.
This chapter contains the following section:
The WebLogic Domino Service runs and connects to other Domino servers in the same Notes domain where the server is running. Therefore, the Lotus Domino server running the WebLogic Domino Service must have permissions to access a mail database in order to retrieve data from that mail database. This is accomplished by the Lotus Domino server being a member of the LocalDomainServers group and with that group having permissions to access the mail database. At a minimum, the LocalDomainServers group (or the specified server) must have the ACL permissions described in Table 3-1 in order to read a mail database:
Table 3-1 Required Permissions
These permissions correspond to the Editor Access Level without the following: Create Personal agents and Create LotusScript/Java agent. When connecting as a specific user, the Java caller specifies a user's name and Internet password to create a session.
The WebLogic Domino Service authenticates the user using the Internet password and authorization against the ACL is performed. The WebLogic Domino Service authorizes the user by examining the ACL permissions available on the mail database for that user. If the user meets the minimum user permissions, as described above, regardless of Access Level, the user is granted access; otherwise, an invalid user and password exception is thrown.
Note: The Lotus Domino user's Internet password is checked for authentication. If the Lotus Domino user is using the Domino feature More Secure Internet Password and you are running on Lotus Domino R5, this feature must be disabled in order to authenticate a user.
Before the WebLogic Domino Service updates a read/unread marker on a document, it checks if the database Do not mark modified documents as Unread property is enabled on the user's mail database. Setting this property is equivalent to opening the user's mail database in Notes and toggling the setting found at File > Database > Properties > Design.
The WebLogic Domino Service will enable this property if it is not enabled. Enabling this property eliminates inconsistencies in the read/unread state between multiple Lotus Domino mail clients.
Configuration and logging for the WebLogic Domino Service is stored in a database called bea_config.nsf.
This configuration database is copied to LOTUS_DOMINO_DATA\bea_config.nsf
during installation of the WebLogic Domino Service.
BEA Domino Service Configuration Contains the Configuration document that stores configurable properties for the Domino Service.
Additionally, the database template bea_config.ntf
is installed at LOTUS_DOMINO_DATA\db
.
This section contains the following topics:
The configuration database can be replicated and information shared across other WebLogic Domino Service installations. This database is set to disable replication by default. Perform the following steps to enable replications:
Note: Do not replicate this database if you plan to have the Log Level set to Debug due of the high amount of logging.
The WebLogic Domino Service Configuration database view contains the configuration document. This document contains the fields for configuring the WebLogic Domino Service execution. This document is only read when the Domino HTTP task starts. The Domino HTTP needs to be stopped and restarted for WebLogic Domino Service configuration changes to take effect.
Because the bea_config.nsf
contains log entries, this database can grow very large. This is particularly true if the Log Level is set to Debug. For this reason, the bea_config.nsf
is configured by default with Remove documents not modified in the last: 15 days. This configuration can be changed depending on your development or production requirements. This setting is available from a Notes client at Database properties > Replication Settings... > Space Savers.
Table 3-3 Domino Service Configuration Settings
The maximum size of attachments allowed in bytes. The default is 500000. |
|
The location used by the service to temporarily transfer attachments. The default is the D:\temp directory. |
|
The inactivity in seconds when a session will automatically close. The default is 300. |
|
The amount of information written to the log. The level Debug is used to track individual requests and it provides the most information. Use Info for tracking user sessions. Use Warning for tracking basic Domino errors. Use Error for the least amount of information or only startup and fatal errors. The default setting is Info. |
|
A flag to indicate whether to use Domino user authentication. This parameter is used when integrating the ProductName with Netegrity SiteMinder. Netegrity SiteMinder. |
|
Name of header attribute to contain the user Id when running with Netegrity SiteMinder. Netegrity SiteMinder. |
The WebLogic Domino Service supports integration with the Netegrity SiteMinder for Single Sign On (SSO). Perform the following steps to configure SiteMinder support:
![]() |
![]() |
![]() |