Previous Topic: Configure the Proxy Plug-In

Next Topic: Modify the Plug-in for an iPlanet Web Server

Modify the Plug-in for an IIS Web Server

To modify the plug-in for an IIS Web Server

  1. Configure proxying by file extension and by path. When you configure proxying by file extension, add an application mapping in the App Mapping tab with the following properties:
  2. Make these changes to the iisproxy.ini file, remove or comment out the WebLogicHost and WebLogicPort entries. For example, comment out these entries:
    WebLogicHost=localhost
    WebLogicPort=7001
    
  3. Add a WebLogicCluster entry in this format:
    WebLogicCluster="wl_hostname:port,wl_host:port,..."
    

    For example, this cluster has two nodes:

    WebLogicCluster=north.com:7101,south.com:7201
    

    Note: Be sure to use host names, not IP addresses. The host names work even if you use dynamic IP addresses.