Previous Topic: Configure the Proxy Plug-In

Next Topic: Complete the Configuration on IIS

Complete the Configuration on IIS (7.0)

Before starting this procedure, verify that you are using a Version 6.1.0.9, or later, of the Web server plug-in. Earlier versions of the plug-in do not support the Windows Server 2008 operating system.

Follow these steps:

  1. Install IIS Version 7.0 with the necessary IIS Version 6.0 Management Compatibility components. IIS Version 6.0 Management Compatibility components are not installed by default.

    A. Complete the following steps to bring up the Server Manager window on Windows Server 2008:

    B. When the Role Services window displays, verify that the following options are selected in addition to the default options that are already selected.

    C. Click Next to enable the selected options, and then click Install on the next window to perform the installation.

    D. When the installation finishes, click Close on the Installation Results window.

  2. Login the Deployment Manager Management Console.
  3. Open the Command Prompt and go to :\Program Files\IBM\WebSphere\AppServer\profiles\Dmgr01\bin.
  4. Run this command: GenPluginCfg.bat.

    The plugin-cfg.xml file is located at C:\Program Files\IBM\WebSphere\AppServer\profiles\Dmgr01\config\cells.

  5. Create a directory under c:\, for example, c:\plugin.
  6. Copy the plugin-cfg.xml file to the c:\plugin directory.
  7. Copy iisWASPlugin_http.dll file to the c:\plugin directory.
  8. Select Start , All Programs, Administrative Tools, Internet Information Services (IIS) Manager on a Windows Server 2008 operating system. This action starts the IIS application and creates a new virtual directory for the Web site instance. These instructions assume that you are using the Default Web site.
  9. Expand the tree on the left until you see Default Web Site.
  10. Right-click Default Web Site,Add Virtual Directory to create the directory with a default installation.
  11. Enter sePlugins in the Alias field on the Virtual Directory Alias window of the Virtual Directory Creation Wizard.
  12. Browse to the c:\plugin directory in the Physical Path field of the Web Site Content Directory window of the wizard, and then click OK. For example, select the C:\plugin.
  13. Click the Test Settings button. If the settings test fails, you can change the permissions of the physical directory. Alternatively, select Connect As, and let IIS connect as a Windows user account that has authority to files in that physical path.
  14. Click OK to add the sePlugins virtual directory to your default Web site.
  15. In the navigation tree, select the sePlugins virtual directory that you just created.
  16. On the Features panel, double-click Handler Mappings, and then click Edit Feature Permissions on the Actions panel.
  17. Select Script and Execute, if they are not already selected.
  18. Click OK.
  19. Return to the IIS Manager window, and expand the Web Sites folder in the left-hand navigation tree of that window.
  20. Select Default Web Site in the navigation tree.
  21. Add the Internet Services Application Programming Interface (ISAPI) filter into the IIS configuration.

    On the Default Web Site Properties panel, complete the following steps:

    1. Double-click the ISAPI Filters tab.
    2. Click to open the Add/Edit Filter Properties dialog window.
    3. Enter iisWASPlugin in the Filter name field.
    4. Click Browse to select the plug-in file located in the c:\plugin\iisWASPlugin_http.dll directory.
    5. Click OK to close the Add/Edit Filter Properties dialog window.
  22. In the navigation tree, select the top level server node.
  23. On the Features panel, double-click ISAPI and CGI Restrictions, and then, on the Actions panel, click Add.

    To determine the value to specify for the ISAPI or CGI Path property, browse to, and then select the same plug-in file that you selected in the previous step. For example:c:\plugin\iisWASPlugin_http.dll

    Enter WASPlugin in the Description field, select Allow extension path to execute, and then click OK to close the ISAPI and CGI Restrictions dialog window.

  24. Create the new file with name "plugin-cfg.loc" in location c:\plugin. Set the value in the plugin-cfg.loc file to the location of the configuration file. The default location is C:\plugin\plugin-cfg.xml.
  25. Restart IIS Version 7.0 and your WebSphere Application Server profile.