Technical data

12 Installing and Configuring the Microsoft Internet Information Server (ISAPI) Plug-In
12-4 Administration Guide
Microsoft Internet Information Server plug-in, you must rename the
iisproxy128.dllfile to iisproxy.dll. If you wish to keep both files you
will need to change the name of the original
iisproxy.dll file.
2. Start the IIS Internet Service Manager by selecting it from the Microsoft IIS Start
menu.
3. In the left panel of the Service Manager, select your website (the default is
“Default Web Site”).
4. Click the “Play” arrow in the toolbar to start.
5. Open the properties for the selected website by holding the right mouse button
down over the website selection in the left panel.
6. In the Properties panel, select the Home Directory tab, and click the
Configuration button in the Applications Settings section.
7. Configure proxying by file extension:
a. On the App Mappings tab, click the Add button to add file types and configure
them to be proxied to WebLogic Server.
b. In the dialog box, browse to find the
iisproxy.dll” file.
c. Set the Extension to the type of file that you want to proxy to WebLogic Server.
d. Deselect the “Check that file exists” check box.
e. Set Execute Permissions to "Scripts and Executables".
f. Set the Method exclusions as needed to create a secure installation.
g. When you finish, click the OK button to save the configuration. Repeat this
process for each file type you want to proxy to WebLogic.
h. When you finish configuring file types, click the OK button to close the
Properties panel.
Note: Any path information you add to the URL after the server and port is
passed directly to WebLogic Server. For example, if you request a file
from IIS with the URL:
http://myiis.com/jspfiles/myfile.jsp
it is proxied to WebLogic Server with a URL such as
http://mywebLogic:7001/jspfiles/myfile.jsp