![]() |
|
This section discusses a few means by which you can tune Pramati Server for IIS.
server-config.xml, located under the Server installation directory. The most significant property has to do with closing idle sockets that may be open on Pramati Server.
To set the socket time out for Pramati Server with IIS, in the web-config.xml, modify the value of <keepalive-timeout-millis>30000</keepalive-timeout-millis>. The default value of keepalive-timeout-millis is 1000 ms in milliseconds.
Table 1: Setting send and receive buffer size for Pramati Server with IIS
| Parameter | Default Value | Set Tag in web-config.xml |
| send-buffer-size-bytes | 1024 | <send-buffer-size-bytes>65536</send-buffer-size-bytes> |
| received-buffer-size-bytes | 1024 | <received-buffer-size-bytes>65536</received-buffer-size-bytes> |
SecureConnection property in the iisplugin.props file needs to be set to true. Also, the Server should be started in secure mode by setting the <property name="ssl-enabled" value="true"/> in server-config.xml to true. The default value of ssl-enabled is false.
If ServerAuthentication property is set to true, a Certificate Authority file needs to be generated. To know more about how to generate a Trusted CA file, read the Pramati Server Security Framework.
iisplugin.props as MaxSockPool.
The maximum image size that can be cached is 50K and the maximum cache size is 10 MB. Plug-in level caching is enabled by setting the directive CachingEnabled to true in iisplugin.props. The directive InvalidateCacheAfter specifies the time after which the cached content is refreshed.
Related Topics:
| © Pramati Technologies 2007 | Runs on Pramati Server | Feedback | Legal |