Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Proceed to the IIS configuration for your specific version (IIS6 and IIS7 below). 

IIS 6 Configurations

In your Windows Server:

  1. Open Control Panel, then Administrative Tools and open Internet Information Services.
  2. Add the ISAPI Filter to IIS
    1. Right-click on Default Web Site (or the Web Site that should be responsible for proxying requests to ), and click on Properties.
    2. Click the ISAPI Filters tab.
    3. Click Add and create one. Enter jakarta as the Filter Name and enter the location of the isapi_redirect.dll file for the executable.
    4. Click OK, Apply and then OK.

...

The ISAPI filter is installed and configured. You can check the status of the filter: right click on Default Web Site and select the tab ISAPI Filters. The ISAPI filter should be listed with a green arrow pointing upwards as shown below:

IIS 7 Configurations

It is necessary to have the role Web Server  ISAPI Extensions and ISAPI Filters configured in IIS. If this is a new installation of IIS:

...