We are facing issue while configuring IIS setup for weblogic servers. Following are the environment details:
IIS8.5 on windows 2012 R2 standard 64x, wls_plugin_12.2.1.2.0 for weblogic server.
We have done the following steps:
- Created a new web site on IIS.
- Enabling the authentication settings.
- Enabling the Directory browsing.
- Added the script mapping in Handler mapping and set the path of iisproxy.dll as executor.
- ISAPI filter setting for the iisproxy.dll
We are able to view the directory structure while accessing the IP and Port, but the request is not redirecting to the weblogic ip and port what we have configured in iisproxy.ini.
Is there any web.config or handler settings required to process the request?