Link to home
Start Free TrialLog in
Avatar of komputer
komputer

asked on

iis redirection like proxy

i have an application which run at weblogic 8.x  and url like this: http://x.x.x.x:7001/MyApp and i have a iis web server running at a different machine on 80 port. because of i dont want to open port 7001 to all people, i would like to access my application via iis. how can i do this?

i don not would like to just redirection, i would like to all access over iss and users dont see the main application server ip and port.

thanks in advance...
SOLUTION
Avatar of ravs120499
ravs120499

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Unfortunately that article tyalks about using MS Proxy Server 2.0 which is no longer sold or supported.

Try taking a look at the Pro version of ISAPI ReWrite (www.isapirewrite.com) from Helicon - it has Proxy functionality that would do what you are looking for.

IIS has no native proxying functionality - you will need to use either a 3rd party product or Microsoft ISA Server to proxy the requests to your WebLogic server.

Dave Dietz
Avatar of mbvvsatish
if iis is not mandatory you can try for Apache web server, its a perfect fit for your case.
Avatar of komputer
komputer

ASKER

hi mbvvsatish, could you explain me how i can accomplish this case with apache?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial