This integration supports the use either Microsoft’s IIS web server or Sun’s iPlanet web server (formerly Netscape’s). Microsoft’s Web server (IIS 4.0) was used for testing and certification purposes

A. Configure the WSI module:

There are numerous references within this document to the ‘WSI’ or ‘WSI module’. This item consists of the 3 files below. For a detailed explanation of each file, please reference the SilverStream documentation.

a.agisapif.dll

b.AgWSIUser.exe

The agWSIuser utility will add the appropriate WSI.auth.user setting with the username and password encrypted into the agWSI.conf file. At startup, the WSI module will decrypt the user name and password and generate an HTTP authentication header that it will add to every request it forwards to SilverStream server.

Note: You can either use the default SilverStream Administrator username/password or create a new SilverStream user, which is the recommended method.

Example: AgWSIUser <Silverstream user> [<password>]

c.AgWSI.conf .

You will need to open this file and configure it specific to your configuration. Example:

#------------------------------------------

#SilverStream WSI Configuration

#------------------------------------------

#

SilverServer.host=ps061.securitydynamics.com

SilverServer.http.port=80

SilverServer.https.port=443

WSI.root.dir=/WSI

SilverServer.urls=/SilverBooksCS

#

#Optional: Additional URLS

#Optional Settings:

#

WSI.debug=1

WSI.error.url=D:/myerror.html

WSI.auth.NTLM.remove=false

WSI.auth.echo=true

Connection.http.max=100

Connection.https.max=100

Connection.idle.time=60

WSI.auth.user=85BD2A821B28ACBBD3E5928D97093D29645AFA4C

Page: 4

Page 4
Image 4
RSA Security 3.75 manual Configure the WSI module, Agisapif.dll AgWSIUser.exe, AgWSI.conf