HTTP support parameters
|
Parameter |
Description |
Default | ||
|
application.handler.http. |
logging |
This parameter turns on (TRUE) or turns off (FALSE) HTTP standard logging (HTTP headers only). |
TRUE | |
|
application.handler.http. |
logging.verbose |
This parameter turns on (TRUE) or turns off (FALSE) HTTP debug logging (HTTP data and headers). This parameter should be set to TRUE only when necessary to debug a specific problem. |
FALSE | |
|
application.handler.http. |
CookieSupport |
This parameter turns on (TRUE) or turns off (FALSE) cookie storage. If you select TRUE, BlackBerry® MDS Services manages cookie storage instead of the BlackBerry device. This reduces the load on the BlackBerry device significantly. |
TRUE | |
|
application.handler.http. AuthenticationSupport |
This parameter turns on (TRUE) or turns off (FALSE) storage of user authentication information. |
TRUE | ||
|
application.handler.http. AuthenticationTimeout |
If HTTP authentication is set to TRUE, this parameter determines the length of time (in milliseconds) before the authentication information becomes invalid. This timer resets whenever the user issues a request that invokes the authentication information for a particular domain. |
3600000 | ||
|
application.handler.http. timeout |
device.connection. |
This parameter sets the length of time (in milliseconds) before a connection attempt to the BlackBerry device expires if the BlackBerry device is unreachable. |
140000 | |
|
application.handler.http. connection.timeout |
server. |
This parameter sets the length of time (in milliseconds) before a connection attempt to a server expires if the server is unreachable. |
150000 | |
|
HTTPS support parameters | ||||
|
Parameter |
Description |
Default | ||
|
application.handler.https |
•logging |
This parameter turns on (TRUE) or turns off (FALSE) HTTPS logging for testing purposes. |
TRUE | |
|
application.handler.https allowUntrustedServer |
This parameter enables MDS Services to connect to untrusted servers (TRUE), or restricts access to trusted servers only (FALSE). A server is trusted if its certificate is installed on MDS Services host machine. See "Install a certificate using the keytool" on page 190 for more information. |
FALSE | ||
Post a comment