To enable Microsoft Internet Information Services 7 (IIS) as a proxy:
Copy the iisproxy.dll file from the following WebLogic installation directory:
WL_HOME/server/plugin/win/32 or WL_HOME/server/plugin/win/64
or
WL_HOME/server/plugin/win/x64
where WL_HOME is the top-level directory for the WebLogic Platform and Server and contains the WebLogic Server installation files into a convenient directory that is accessible to IIS. This directory must also contain the iisproxy.ini file.
Example;
mkdir C:\wlplugin 32-bit platform Copy WL_HOME/server/plugin/win/32 to C:\wlplugin 64-bit platform Copy WL_HOME/server/plugin/win/64 to C:\wlplugin x64 platform Copy WL_HOME/server/plugin/win/x64 to C:\wlplugin
Set the user permissions for iisproxy.dll to include the name of the user running IIS:
Place iisforward.dll in the same directory as iisproxy.dll and add the iisforward.dll file as a filter service in IIS.
Set the user permissions for the iisforward.dll file to include the name of the user who will be running IIS:.
Create iisproxy.ini in the folder where iisproxy.dll is copied and set the following parameters in iisproxy.ini:
WlForwardPath=/interlace WebLogicCluster=iop_server:port DynamicServerList=OFF
Save the above parameters in c:\wlplugin\iisproxy.ini.
Create a Web site in IIS manager:
Open IIS Manager and in the Connections pane and expand the existing connection.
In the Connections pane, right-click the Sites node, and then click Add Web Site.
In Add Web Site, in Web site name, enter a name for your Web site.
In Physical, enter the physical path of the Web site's folder, or click the browse button (...) to navigate the file system to find the folder.
The default value in the IP address box is All Unassigned. If you must specify a static IP address for the Web site, enter the IP address in the IP address box.
Open IIS Manager in the Connections pane, and expand the existing connection.
In the Connections pane, expand the Sites node, and select site name that was created in step 6.
In the Executable, enter the physical path of the iisproxy.dll or click the browse button (...) to navigate the file system to find the path of iisproxy.dll.
In Filter of the Add ISAPI Filter, type a name for the ISAPI filter.
In Executable, enter the physical path of the iisforward.dll, or click the browse button (...) to navigate the file system to find the path of iisforward.dll.
Open IIS Manager, and in the Connections pane, expand the existing connection.
In the Connections pane, expand the Sites node, and select site name that was created in step 6.