DevPortal

How do I Configure WebGate Using iisplugin.props?


WebGate properties are contained in iisplugin.props. This file must be extracted to the same directory as the *.dll files. It contains the following configurable parameters required for serving dynamic content from Pramati Server:

Table 1: Configurable parameters for iisplugin.props
Parameter Description


Logging This parameter can take three values - None, Medium, or Verbose. Recommended value is None. Log files are not generated if this value is None. If you specify Verbose, a log file (WebGateFilter.log) is generated in the directory as specified in the LogFileName entry (below) and contains information including headers.
LogFileName The path where the Log file will be generated. Example: C:\PServer\add_ons\webgate\iis\WebGateFilter.log.
CachingEnabled A boolean value that enables static content caching at plug-in. Values accepted are true and false.
InvalidateCacheAfter The images will be fetched again after this period. Values permitted are seconds/hours/days. For example, 60 seconds or 1 hour or 2 days.
WebGateHost Machine names on which the Pramati Server is running. In case of multiple machines, use a comma ‘,’ to separate the names. For example, Host:port,Host:port1.
SecureConnection This property tells the plug-in if a secure connection should be established with WebGate hosts. The default value is false.
ServerAuthRequired This property is used to enable or disable server authentication. The default value is false.
TrustedCAFile This property specifies a list of CAs to be trusted by the Plug-in. To know more about how to set up a certificate authority, read Pramati Server Security Framework -- add link.
MaxSockPool The maximum socket pool size.
Context The context root of applications that are deployed on the application server. You can specify a maximum of ten context roots that are separated by a ‘space’. For example, bankWeb ecperf/. If all the requests to the IIS need to be forwarded to the Pramati Server, specify ‘@’.
CacheContentType A comma-separated list of content types that will be cached. For example,.jpg,.gif,.bmp,.htm, .html.
ErrorPage The page that is displayed if none of the nodes is running in the WebGate Host.


Related Topics:

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal