Hi all,
I am trying to configure IIS7 with weblogic 10.3 in a windows 2008 server (64 bit ) processor.
My application & IIS are residing in the same box.
I followed the below document to set it up the IIS.
http://peteinman.wordpress.com/2009/06/04/configuring-weblogic-isapi-plug-in-on-iis-7-vista/
I copied the iisforward.dll & iisproxy.dll from WL_Home\servers\plugins\win\64 dir.
my proxy.ini file looks like the following
WlForwardPath=/
WebLogicHost=localhost
WebLogicPort=8001
When I try to hit the application using
http://HOSTNAME/APPNAME. it gives me a 404 error. The exact error is as follows.
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
I checked in the IIS to see what the error message is. In IIS it’s giving the following error message
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Error code is 0x80070002
But If I try to hit the application with its port number its working fine. Some where the proxy redirection is not happening.
Can someone please help me in figuring out a solution for this?
Appreciate your help.
regards
Hari