Previous Topic: Configure the Proxy Plug-in for IIS (7.x)Next Topic: Configure the iPlanet Proxy Plug-in


Configure the IIS 6.0 Proxy Plug-in

This procedure applies to configurations of the WebLogic proxy plug-in for IIS 6.0.x:

Follow these steps:

  1. Create a folder on the system where the web agent is installed. For example: c:\weblogic_proxy.
  2. Log in to the system where the CA IdentityMinder server is running.
  3. Go to this folder: Weblogic_Home\wlserver_11\server\plugin
  4. Copy the following files to the weblogic proxy folder created in step 1.
  5. Create a file named iisproxy.ini in the same folder and include the following content:
    # This file contains initialization name/value pairs
    # for the IIS/WebLogic plug-in.
    WebLogicHost=host-name
    WebLogicPort=7001
    ConnectTimeoutSecs=20
    ConnectRetrySecs=2
    WlForwardPath=/castylesr5.1.1,/iam,/im 
    WLLogFile= c:\weblogic_proxy \proxy.log
    DebugConfigInfo=ON
    

    Replace host-name with the actual host name.

  6. Start IIS Manager.
  7. Expand Web Sites.
  8. Right-click Default Web Site.
  9. Select Properties.
  10. Add a filter as follows:
    1. Click ISAPI Filters.
    2. Click Add and complete the dialog as follows:

      For Filter Name: WebLogic

      For Executable: Path of the iisforward.dll

  11. Provide the location of the iisproxy.dll file as follows:
    1. Click Home Directory.
    2. Click Configuration.
    3. Click Add.
    4. Enter the path of the iisproxy.dll file.
    5. Enter .jsp in the Extension field.
    6. Clear the Verify that file exists option.
  12. Repeat step 11 for the .do and .wlforward extensions.
  13. Add a web service extension for wlforward (in all lower case) pointing to the location of iisforward.dll.

    Set the extension status to Allowed.

  14. Right click each Web Service Extension to change it to Allowed Status.
  15. Restart the IIS web server.