Websydian v6.1 online documentationOnline documentation - Websydian v6.1

Deploy the CGI based Web Server Component on Microsoft IIS

The Windows CGI based Web Server Component is configured by deploying the file CgiRelayS.exe as a CGI program on the web server. This is done exactly the same way as the Websydian Dispatcher executable function is deployed on a web server when using CWA.

The Web Server Component for Microsoft IIS is configured using the INI file CgiRelayS.ini. Below is shown a sample configuration:
 

[CONNECTION]
WEBSYDIANSERVERIPADDRESS = localhost
WEBSYDAINSERVERTCPPORT = 8189
SERVICENAME=myApp
WAITPERIOD = 1000
DATABUFFERSIZE = 4096

Please find the names of all the parameters in the table below and the description in the table above.

Parameter name Parameter description
WEBSYDIANSERVERIPADDRESS Websydian Server IP Address.
WEBSYDIANSERVERTCPPORT Websydian Server TCP port.
SERVICENAME Application Service Name.
WAITPERIOD Wait period. Used if no Application Service was available at the Websydian Server.
DATABUFFERSIZE Size of buffer. This will be used by the Application Service to buffer up the response before sending it to the Websydian Web Server Component.