user manual

Chapter 5: Web server to web container connectivity 59
IIS to Borland web container connectivity
b In the Default Web Site Properties dialog, go to the ISAPI Filters tab.
c The iisredir2 filter should be marked with a green up-pointing arrow
indicating that it has been activated.
If not, then check the iisredir2.log file for details of why it may not have
loaded correctly. This file can be found in:
<install_dir>\etc\iisredir2\logs.
d To exit, click OK.
6 Attempt to access the \examples context via the IIS web-server.
If you have followed the previous steps, the \examples context should be
accessible following a restart of your IIS Server.
Note In the example the port number of the web server should match that
configured for your site. For instance, if your IIS administrator has
configured IIS to listen on port 6060, then a valid URL is:
http://localhost:6060/examples
Of course, if your IIS is configured as per Microsoft defaults, then it listens
on port 80, in which case you may dispense with a port number. For
example:
http://localhost/examples
IIS/IIOP redirector configuration
The IIS/IIOP redirector has a set of configuration files that you must update
with web server cluster information. By default, these IIOP redirector
configuration files are located in the following directory:
<install_dir>/etc/iisredir2/conf
The configuration files are:
Note Modifying either of these configuration files can be done so without starting up
or shutting down the IIS web server(s) or Borland web container(s) because
the file is automatically loaded by the IIOP redirector.
Adding new clusters
The WebClusters.properties file tells the IIOP redirector:
the name of each available cluster: (ClusterList).
Table 5.6 IIS/IIOP redirector configuration files
IIOP configuration file Description
WebClusters.properties
Specifies the cluster(s) and the
corresponding web container(s) for each
cluster.
UriMapFile.properties
Maps URI references to the clusters
defined in the WebClusters.properties file.