Variable | Description |
DIIOPConfigUpdateInterval | Specifies time in minutes that DIIOP should check to refresh its configuration data from the Domino Directory. Defaults to 3 minutes. |
DIIOPDNSLookup | Determines whether or not DIIOP should do a DNS name lookup for every client that connects and uses DIIOP services:
1 - Enable DNS lookups
2 - (default) Disable DNS lookups
This information is visible when using the server console command show tasks. |
DIIOPIORHost | Specifies the host name or IP address through which the server is known over DIIOP. Defaults to a name based on the "Fully qualified Internet host name" field under the Basics tab in the Server document. The preferred method of setting this value is through the Host name/Address field under the DIIOP and Internet Protocols tabs in the Server document.
In R5 this variable was called DIIOP_IOR_HOST which is still valid for backwards compatibility. |
DIIOPIgnorePortLimits | (Linux only) Determines whether or not to ignore port limits so the default DIIOP ports 63148 and 63149 can be used. Some Linux systems set port limits that do not allow use of the usual defaults for DIIOP:
1 - Ignore limits; use ports 63148 and 63149
2 - Honor limits; use ports 60148 and 60149
In R5 this variable was called DIIOP_IGNORE_PORT_LIMITS which is still valid for backwards compatibility. |
DIIOPLogLevel | Specifies the level of information that DIIOP reports to the server console and log:
0 - Show errors and warnings only
1 - Also show informational messages
2 - Also show session initialization and termination messages
3 - Also show session statistics
4 - Also show transaction messages
This value can be set on the server console with the tell diiop log=n command. |
DIIOPCookieCheckAddress | For server-based cookies used with applets downloaded by the Domino HTTP server, this variable determines whether or not the IP address of the client accessing the cookie must match the IP address of the client to which the cookie was issued:
0 - (default) Does not have to match
1 - Must match
The client IP addresses will not match in most cases. The cookie is issued using HTTP which is typically routed through a proxy server. The user of the cookie is an applet which does not go through a proxy server. |
DIIOPCookieTimeout | For server-based cookies used with applets downloaded by the Domino HTTP server, this variable specifies the number of minutes each cookie is valid. An expired cookie cannot be used to obtain a session with the DIIOP task. Defaults to 10. Minimum is 1. |