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 iisproxy.ini.
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 iisforward.dll 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, expand the computer name, and right-click the Web Sites folder.
In Description, enter the name of your site, and then click Next.
Enter or click the IP address (default: All Unassigned), TCP port, and host header (for example, www.mysite.com) for your site, and then click Next.
In Path , enter or browse to the directory that contains, or will contain, the site content, and then click Next.
Select Read and Execute for the Web site access permissions you want to assign to your users, and then click Next.
Expand the Web Sites directory, right-click the designated Web site, and select Properties.
In the Properties panel, select the Home Directory tab, and click Configuration in the Applications Settings section.
On the Mappings tab, click Add to add file types and configure them to be proxied to WebLogic Server.
Set the Extension to the type of file that you want to proxy to WebLogic Server - .wlforward.
In the Add/Edit Application Extension Mapping dialog box, browse to find the iisproxy.dll.
In Filter, enter the name of the filter or browse to find iisforward.dll.
In IIS Manager, expand the computer name, and then expand the Web Sites directory.