The configuration properties for the Managed Service with PID mbs.http.pid are:
Configuration Property |
Name |
Type |
Default Value |
Description |
|---|---|---|---|---|
aliases |
Aliases |
String[] |
0 |
Map containing the alternative aliases and the real aliases associated with them. The property should contain pairs in the format [<real_alias>, <alternative_alias>]. |
gzipexclude |
Gzip Exclude |
String[] |
0 |
The MIME types to exclude GZIP compression for as these types involve compression themselves. By default, the property includes application/x-zip-compressed. In the case of many similar MIME types, you can use wildcards (*). |
gzipinclude |
Gzip Include |
String[] |
0 |
The MIME types to include GZIP compression for. By default, the property includes text/* and application/*. In the case of many similar MIME types, you can use wildcards (*). |
mimemap |
Mime Map |
String[] |
0 |
MIME Map determines which file formats are translated into MIME format. |
rootdiralias |
Root Directory Alias |
String |
/root |
The alias associated with a specified root directory of the HTTP Service for access on part of HTTP clients. Default is /root. |
rootdirresource |
Root Directory Resource |
String |
../../../www |
A relational path to the root directory of the resources concerned with the alias above. A root folder in the context stands for the initial directory for access on part of an HTTP client. The default value is ../../../www. |
sessiontimeout |
Session Timeout |
int |
1800 |
Default timeout in seconds for invalidating inactive javax.servlet.http.HttpSessions. Negative value indicates that sessions will never expire. Default is 1800. |
persistentconnection |
PersistentConnection |
boolean |
true |
Specifies if persistent connections should be supported with HTTP clients. The default value is true. |
onPlainServer |
PlainServerOn |
boolean |
true |
Optional. The flag signaling to turn on/off the support of plain HTTP connections. Default is true. |
secureConnection |
SecureConnection |
boolean |
false |
Optional. The flag signaling to turn on/off the support of secure HTTP connections. Default is false. |