• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IIS 7 configuration issue with weblogic10.3 & MS 2008 server

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I am not mistaken the support is for AMD processors alone ?

Check your IIS logs again as to why the redirection does not happen. You are using the ISAPI plugin ?
 
Rajesh Unnithan
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Deepak,

Thanks for your replay,

I am using ISAPI plug-in only. Our processor is not AMD, it’s an intel(R) Xenor(R) processor.
I didnt mention mention that we are ussing IIS7.5 not IIS7. The server we are using is windows 2008 server R2 standard.
Is there any compatability issue with 7.5 & weblogic 10.3?

One more thing I haven’t mentioned before is, the ear deployed in this server is built from a different box which is 32 bit windows xp system. To make it compatible to 64 bit system, I have changed the attribute in the IIS (applications pool --> default app pool --> Advanced setting --> enable 32 bit application = True)


When I try to access the application through the IIS, I am getting the following log


#Software: Microsoft Internet Information Services 7.5
#Version: 1.0
#Date: 2010-01-08 14:13:56
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
2010-01-08 14:13:56 127.0.0.1 GET /arm - 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729) 404 0 2 1796


Is there any way I can see more logs or so, so that I can debug to get some more info.


Appreciate your help

Thanks
Hari
error.JPG
[Thumbnail for error.JPG]
Error page screenshot when i try to hit the app
 
Deepak Bala
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The logs do not convey much. Just that the requested address is missing. The connectivity between IIS and WL is not there. How did you configure that ?
 
Rajesh Unnithan
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Deepak,

I followd the following link to configure the IIS


http://peteinman.wordpress.com/2009/06/04/configur...-isapi-plug-in-on-iis-7-vista/



 
Deepak Bala
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rajesh Unnithan wrote:Hi Deepak,

I followd the following link to configure the IIS


http://peteinman.wordpress.com/2009/06/04/configur...-isapi-plug-in-on-iis-7-vista/





This page gives a 404
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rajesh,

Did you get any solution for redirecting the j_security_check from IIS server. Even i am facing same issue. Please let me know if you have solution.

Regards,
Kirti
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can follow the steps here to to configure IIS7 with Weblogic


http://weblogic-wonders.com/weblogic/2012/10/03/configure-iis7-as-a-proxy-with-weblogic-server/

 
Ranch Hand
Posts: 256
Netbeans IDE Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
applications pool --> default app pool --> Advanced setting --> enable 32 bit application = True

Make it false and restart IIS and check or else you can also check below link for the same

http://www.techpaste.com/2012/10/14/steps-configure-iis-plugin-weblogic-iis-7/

Or else try enabling the debug mode in IIS and check the same.

http://www.techpaste.com/2012/05/25/steps-enable-debug-mode-trace-iis-7-0/
 
Hey, I'm supposed to be the guide! Wait up! No fair! You have the tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic