Server Document settings

The following settings are specified in the Server Document for the IBM Traveler server that are of interest. Some settings affect IBM Traveler and others do not. Some settings will vary if Internet Site Documents are enabled.

Table 1. Server Document - Basics
Setting Field name Description
Load Internet configurations from Server\Internet Sites documents LdISite 0 Disabled, 1 Enabled
Table 2. Server Document - Internet Protocols - HTTP - Basics
Setting Field name Description
Host name(s) HTTP_HostName Host Name
Number active threads HTTP_MaxActiveThreads Number of HTTP threads to process HTTP requests thereby limiting how many devices can be connected simultaneously.
Table 3. Server Document - Internet Protocols - HTTP - Timeouts
Setting Field name Description
HTTP persistent connections HTTP_11Connections 0 Disabled, 1 Enabled
Maximum requests per persistent connection HTTP_Max11Requests Maximum requests per persistent
Persistent connection timeout HTTP_PersistentTimeout Persistent connection timeout (seconds)
Request timeout HTTP_RequestTimeout Request timeout (seconds)
Input timeout HTTP_RNInputTimeout Input timeout (seconds)
Output timeout HTTP_RNOutputTimeout Output timeout (seconds)
CGI timeout HTTP_RNCGITimeout CGI timeout (seconds) - not applicable
Table 4. Server Document - Internet Protocols - HTTP - R5 Timeouts
Setting Field name Description
Input timeout HTTP_InputTimeout Input timeout (minutes) - not applicable
Output timeout HTTP_OutputTimeout Output timeout (minutes) - not applicable
CGI timeout HTTP_ScriptTimeout CGI timeout (minutes) - not applicable
Idle timeout HTTP_IdleThreadTimeout Idle thread timeout (minutes) - not applicable
Table 5. Server Document - Internet Protocols - HTTP - Protocol Limits
Setting Field name Description
Maximum URL length HTTP_MaxURLBytes Kilobytes
Maximum number of URL path segments HTTP_MaxURLPathSegment Number
Maximum number of request headers HTTP_MaxHeaderLines Number
Maximum size of request headers HTTP_MaxHeaderBytes Kilobytes
Maximum size of request content HTTP_MaxContentLength This limit (in kilobytes) is normally only reached when trying to send mail from the device with large attachments which might put the request over this limit.

Because attachments must be encoded for HTTP transport, mail messages may be as much as 1/3 larger than their original size. You can raise this setting to address this issue, but take into account the HTTP JVM heap memory, the number of concurrent requests, and the size of those requests, which will all vary greatly over time. In general, it is recommended that you not increase the file attachment size to more than 20MB.

Table 6. Server Document - Internet Protocols - Domino Web Engine - HTTP Sessions
Setting Field name Description
Session authentication HTTP_EnableSessionAuth 0 Disabled, 1 Single, 2 Multiple
Maximum active sessions HTTP_MaxActiveSessions Number
Table 7. Server Document - Internet Protocols - Domino Web Engine - Memory Caches
Setting Field name Description
Maximum cached users HTTP_MaxCachedUsers Number. Generally, this should be over 1024 to handle the IBM Traveler load.
Cached user expiration interval HTTP_ExpireCachedUsers Seconds. Generally, this should be above 3600 to avoid expiring entries too quickly.
Table 8. Server Document - Internet Protocols - Domino Web Engine - Java Servlets
Setting Field name Description
Maximum active sessions HTTP_MaxActiveJSessions Number
Table 9. Server Document - Internet Protocols - Domino Web Engine - POST Data
Setting Field name Description
Maximum POST data (in kilobytes) HTTP_maxPostDataLength This limit (in kilobytes) is normally only reached when trying to send mail from the device with large attachments which might put the request over this limit.

Because attachments must be encoded for HTTP transport, mail messages may be as much as 1/3 larger than their original size. You can raise this setting to address this issue, but take into account the HTTP JVM heap memory, the number of concurrent requests, and the size of those requests, which will all vary greatly over time. In general, it is recommended that you not increase the file attachment size to more than 20MB.

Table 10. Server Document - Internet Protocols - Domino Web Engine - Domino Access Services
Setting Field name Description
Enabled Services HTTP_EnabledServices Requires TravelerAdmin, PUT, and DELETE for the xPages admin to work properly.
Table 11. Web Site - Configuration - Allowed Methods
Setting Field name Description
Methods WSHTTPMthds 1 GET, 2 HEAD, 3 POST, 4 OPTIONS, 5 TRACE, 6 PUT, 7 DELETE, 8 PATCH. GET and POST are always required. If Exchange ActiveSync is needed, then OPTIONS is also required. If using xPages admin, you also need PUT and DELETE.
Table 12. Web Site - Configuration - Domino Access Services
Setting Field name Description
Enabled Services WSEnabledServices Needs to include TravelerAdmin for the xPages admin to work properly.